curl --request POST \
--url https://api.platform.dakota.xyz/customers/bridge/sync-customer-id \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"dakota_organization_id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
"bridge_customer_id": "cus_1234567890abcdef"
}
'{
"message": "Bridge Customer ID synced successfully"
}Endpoint for Dakota to sync a Bridge Customer ID to the Platform customer’s KYB status. This creates or updates a KYB status record for the customer with provider_id = “bridge” and provider_external_id = bridge_customer_id.
curl --request POST \
--url https://api.platform.dakota.xyz/customers/bridge/sync-customer-id \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"dakota_organization_id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
"bridge_customer_id": "cus_1234567890abcdef"
}
'{
"message": "Bridge Customer ID synced successfully"
}Bridge Customer ID synced successfully
"Bridge Customer ID synced successfully"