Links a BSPK Client with a Client in an external backend system
Links a BSPK Client with a client present at your backend system like an ERP.
BSPK manages various resources that you may want to sync with your backend. Currently, we support linking Clients. Once a Client is linked, you can receive updates through our Webhook API, allowing you to identify and match BSPK Clients with those in your system using the external_id attribute.
Checking External Link Support
To link an entity from your backend to BSPK, check if the entity supports the external_link endpoint.
Supported Entities
Currently, the following entities can be externally linked:
Entities
Currently, we support the following entities to be externally linked:
Entity |
---|
Client |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
BSPK's unique identifier of the client.
Body
Client's unique identifier provided by your backend system.
"CLI-789"
Response
Successful response