Get a customer
Customers
Get a customer
Fetch a single customer by ID.
GET
Get a customer
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
The customer’s ID. Pass exactly as received from a create or list
call.
Example
Response
200 OK returns the full customer object.
Errors
| Code | When |
|---|---|
not_found | No customer exists with that ID |
invalid_argument | customer_id is not a valid identifier |

