Skip to main content
GET
Retrieve a user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

ID of the user.

Pattern: ^user_[A-Za-z0-9]+$

Response

Success

id
string
required

User ID.

Pattern: ^user_[A-Za-z0-9]+$
type
enum<string>
required
Available options:
INDIVIDUAL,
BUSINESS
createdAt
string<date-time>
required

Timestamp when the user was created.

updatedAt
string<date-time>
required

Timestamp when the user was last updated.