cURL
curl --request GET \ --url https://api.volteras.com/v1/accounts/{account_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "username": "<string>" }
Retrieve account details by providing its unique identifier.
The access token received from the authorization server in the OAuth 2.0 flow.
ID of the account.
Successful Response