Get customer state by external ID

Primary integration endpoint for agents and programmatic clients using their own customer IDs. Use the value you stored on customer.externalId, for example customer_123.

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Path parameters

externalIdstringRequired

Customer ID from the integrator’s system, stored on Paid as externalId.

Response

200
customerobject
defaultCurrencystringformat: "^[A-Z]{3}$"
ISO 4217 currency code, for example USD, EUR, or GBP.
orderslist of objects
seatsobject
creditsobject
timestampdatetime

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error