Skip to main content
GET
/
api
/
gateway
/
customers
List customers
curl --request GET \
  --url https://dash.getopenrails.com/api/gateway/customers
{
  "data": [
    {
      "id": "<string>",
      "email": "jsmith@example.com",
      "status": "<string>",
      "created": "2023-11-07T05:31:56Z"
    }
  ],
  "hasMore": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.getopenrails.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

limit
integer
default:20
customerId
string
email
string<email>
status
string

Response

200 - application/json

List of customers

object
enum<string>
required
Available options:
list
data
object[]
required
hasMore
boolean
required