Create a new customer or retrieve an existing one.
Pass a unique id to identify the customer within your system. Optionally include a
subject_token (OIDC ID token) to link the customer to an identity provider.
If a customer already exists for the given id, it returns the existing customer.
The response includes an access_token JWT used to authenticate customer-scoped
requests (external accounts, intents, transactions).
HTTP Basic authentication using project clientId and clientSecret
Request body for customer creation
Customer created or retrieved successfully
Customer entity
Unique customer identifier
"550e8400-e29b-41d4-a716-446655440000"
Customer creation timestamp
"2024-01-01T00:00:00.000Z"
Customer last update timestamp
"2024-01-01T00:00:00.000Z"
Organization identifier
"org_123456"
Project identifier
"proj_123456"
Additional customer metadata
GnosisRamp JWT token for authenticated customer requests