Accounts
Retrieve an account
Retrieve the details of an account.
get/api/v1/accounts/{id}
Path parameters
idstring required
The id of the account to retrieve.
Response
OK. Request succeeded.
Example response
{
"last_fetched_at": "2025-12-31T23:59:59.999Z",
"created_at": "2025-12-31T23:59:59.999Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.