Skip to main content
GET
/
v1
/
customers
/
{customer_id}
Get a customer
curl --request GET \
  --url https://api-dev.bsa.ai/v1/customers/{customer_id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.api.bsa.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path parameters

customer_id
string
required
The customer’s ID. Pass exactly as received from a create or list call.

Example

curl -sf "$BASE/v1/customers/42" \
  -H "Authorization: Bearer $TOKEN"

Response

200 OK returns the full customer object.

Errors

CodeWhen
not_foundNo customer exists with that ID
invalid_argumentcustomer_id is not a valid identifier