Get Account by ID
GET/api/v1/accounts/:id
Retrieves detailed information about a specific account by its unique identifier. This endpoint returns comprehensive details about a single account, including its current backup status, last backup time, platform information, and account name. Use this endpoint to get detailed information about a specific account, check the backup status of a particular account, or retrieve account metadata for monitoring or reporting. Account IDs follow the format: acc_ followed by 16 alphanumeric characters (e.g., acc_1234567890abcdef).
Request
Responses
- 200
- 401
- 404
- 422
- 429
successful
unauthorized
not found
unprocessable entity
too many requests
Response Headers
Your request allowance for the current window.
Requests remaining in the current window.
Unix time (seconds) at which the window resets.
Seconds to wait before retrying.