GET
/
account
curl --request GET \
  --url https://app.prontohq.com/api/v2/account \
  --header 'X-API-KEY: <api-key>'
{
  "account": {
    "plan": "professional"
  }
}

Authorizations

X-API-KEY
string
header
required

Your API key

Response

200 - application/json
Account information
account
object