v1
latestOpenAPI 3.0.12026-07-26106359429.8 KBCompliance
Retrieve an account
Retrieves a specific account by its ID. Accepts a server-generated ID (account_*).
Note: Entity relationships are not included in the response. Use GET /v0/accounts/{id}/entity_relationships to retrieve them.
get/v0/accounts/{id}
Path parameters
idstring required
The ID of the Account object.
Example:account_xyz123
Account ID
Response
Account object retrieved successfully.
Example response
{
"id": "account_xyz123",
"application_id": "application_xyz123",
"details": {
"credit": {
"currency": "USD"
}
},
"documents": [
{
"document_id": "document_2N5Hk8xYmQpL9rBvC3jD",
"version": "v1"
}
]
}