Destination
Represents a destination for integration.
authTypestring
Type of authentication (BASIC or API_KEY)
Possible values: [BASIC, API_KEY, BASIC, API_KEY]
baseUrlstring
Base URL for the integration system
codestring
Unique business identifier for the destination
createdAtdate-time
Timestamp when the destination was created
Example:
2016-09-06T13:37:50+03:00idint64
The destination ID
namestring
Display name for the destination
updatedAtdate-time
Timestamp when the destination was last updated
Example:
2016-09-06T13:37:50+03:00Destination
{
"authType": "BASIC",
"baseUrl": "string",
"code": "string",
"createdAt": "2016-09-06T13:37:50+03:00",
"id": 0,
"name": "string",
"updatedAt": "2016-09-06T13:37:50+03:00"
}