Skip to main content

Customer Apis

MethodEndpointAuthDescription
POST/api/v1/customersADMINCreate
GET/api/v1/customers/{id}BearerGet
PUT/api/v1/customers/{id}BearerUpdate

Example Request

{
"example": "See service documentation for full schemas"
}

Example Response

{
"id": "uuid",
"status": "SUCCESS",
"correlation_id": "uuid"
}

All write endpoints require Idempotency-Key header where applicable.