Create up to 100 destinations.
Destinations to create.
required | Array of objects (Items) [ 1 .. 10 ] characters |
List of created destinations
Response for a failed request
Validation Error
{- "items": [
- {
- "externalId": "my.known.id",
- "credentials": {
- "nonce": "string"
}, - "targetDataSetId": 1
}
]
}
{- "items": [
- {
- "externalId": "my.known.id",
- "sessionId": 1,
- "targetDataSetId": 1,
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}