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

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.

Path Parameters

customerId
string
required

Response

Customer record

id
string
required

Customer ID with cus_* prefix.

object
enum<string>
required
Available options:
customer
email
string<email>
required
status
string
required
created
string<date-time>
required