Get customer

Retrieve the authenticated customer’s profile and relationships.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Retrieve the authenticated customer — profile, payment methods, subscriptions, and other relationships. Send the customer’s bearer token; the same token is echoed back as data.auth_token / data.token.

Example: After login, call this endpoint with the customer’s token to load their current profile and subscriptions for your account UI.

📘

Authentication required

Send a valid token as Authorization: Bearer <token>. A missing token returns 401 Token not provided; an invalid or expired token returns 401 Invalid or expired token. See Authentication.

Query Params
int32
required

The unique identifier of the site associated with your account.

Headers
string
required
Defaults to Bearer <token>

Required. Bearer authentication with the customer's JWT — Authorization: Bearer <token>. Obtained from the register, login, or passwordless-login response and renewed via the refresh endpoint.

Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json