Skip to main content
GET
/
customers
Get all customers
curl --request GET \
  --url https://app.gnosisramp.com/api/v1/customers \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "createdAt": "2024-01-01T00:00:00.000Z",
    "updatedAt": "2024-01-01T00:00:00.000Z",
    "organizationId": "org_123456",
    "projectId": "proj_123456",
    "metadata": {}
  }
]

Authorizations

Authorization
string
header
required

OAuth2 client credentials flow for API authentication

Response

List of customers

id
string<uuid>
required

Unique customer identifier

Example:

"550e8400-e29b-41d4-a716-446655440000"

createdAt
string<date-time>
required

Customer creation timestamp

Example:

"2024-01-01T00:00:00.000Z"

updatedAt
string<date-time>
required

Customer last update timestamp

Example:

"2024-01-01T00:00:00.000Z"

organizationId
string
required

Organization identifier

Example:

"org_123456"

projectId
string
required

Project identifier

Example:

"proj_123456"

metadata
object

Additional customer metadata