Skip to main content
POST
/
api
/
platform
/
v1
/
shoppers
/
{id}
/
external_link
Links a BSPK Shopper with a Shopper in an external backend system
curl --request POST \
  --url https://api.bspk.com/api/platform/v1/shoppers/{id}/external_link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "shopper_ref": "CLI-789"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Shopper's BSPK ID.

Body

application/json
shopper_ref
string
required

Shopper's unique identifier provided by your backend system.

Example:

"CLI-789"

Response

Successful response