Skip to main content
GET
/
v1
/
accounts
/
{account_id}
Get Account
curl --request GET \
  --url https://api.volteras.com/v1/accounts/{account_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "username": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

account_id
string
required

ID of the account.

Response

200 - application/json

Successful Response

id
string
required
username
string
required