Business API
Retrieve an account
api
get
/accounts/{account_id}

Retrieve an account

Get the information about one of your accounts. Specify the account by its ID.

For more information, see the guides: Get your account details.

Request

Path Parameters
Path Parameters

Response

The information about a specific account

Response body
Body object 
Was this page helpful?
GET
/accounts . /{account_id} . 
Parameters
curl -L -g -X GET 'https://b2b.revolut.com/api/1.0/accounts/{account_id}' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response body samples
{
"id": "b7ec67d3-5af1-42c8-bece-3d28nlmo894d",
"name": "International account",
"balance": 3171.89,
"currency": "GBP",
"state": "active",
"public": false,
"created_at": "2022-08-05T14:29:22.215785Z",
"updated_at": "2022-08-05T14:29:22.215785Z"
}