Create a new customer or retrieve an existing one.
Supports the optional Idempotency-Key header for exactly-once processing.
Documentation Index
Fetch the complete documentation index at: https://docs.ramp.gnosis.io/llms.txt
Use this file to discover all available pages before exploring further.
OAuth2 client credentials flow for API authentication
Optional unique key for exactly-once processing. When provided, the server
guarantees that the request is processed at most once. Duplicate requests
with the same key and body return the original cached response with the
X-Idempotency-Replayed: true header. Using the same key with a different
body returns 422. Keys are scoped per project and cached for 24 hours.
256Customer created 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