Skip to main content
Version: v2

Get an account by ID

GET 

/api/v2/accounts/:id

Retrieves a specific account by its MongoDB ObjectID.

Rate Limit: 100 requests per 60 seconds

Access Control:

  • Only accounts belonging to your organization can be accessed
  • Attempting to access another organization's account returns 403 Forbidden

Note: The ID must be a valid MongoDB ObjectID (24 character hex string).

Request

Responses

Account details including balance and status.