GET
/
account
Retrieve account information
curl --request GET \
  --url https://api-v2.ziina.com/api/account
{
  "account_id": "12345",
  "account_type": "personal",
  "status": "active",
  "ziiname": "ziina_user",
  "display_name": "John Doe",
  "profile_picture_url": "https://example.com/profile.jpg"
}
Currently this endpoint works only with OAuth 2.0 flow.
In order to call this endpoint your token must have read_account scope.

Response

default - application/json

Successful response with account information

The response is of type object.