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 accessToken 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 (same as the id provided in the request)
"user_12345"
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