Get account info

This demonstrates how to get detailed information about the authenticated account.

Replace the following placeholder value in the sample code:

KeyDescription
bearer_tokenYour OAuth token. Read more about OAuth tokens
curl --location --request GET 'https://api.vonage.com/t/vbc.prod/vis/v1/self/account' \--header 'Content-Type: application/json' \--header 'Authorization: Bearer $bearer_token' \