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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.volteras.com/llms.txt

Use this file to discover all available pages before exploring further.

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