Get Bulk Destination

Describes the destination configuration schema a connection accepts when used as a bulk sync destination. The response is a JSON Schema object describing the shape of the `destination_configuration` field you must supply when [creating](../../../../../api-reference/bulk-sync/create) or [updating](../../../../../api-reference/bulk-sync/update) a bulk sync that uses this connection as its destination. Required fields vary by connection type. > 📘 Fetch this endpoint once per connection type rather than once per sync. > The configuration schema is the same for all syncs sharing the same > destination connection.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

idstringRequiredformat: "uuid"

Headers

X-Polytomic-VersionstringRequired

Response

OK
dataobject

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error