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

Documentation Index

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

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

Authorizations

X-API-KEY
string
header
required

Your API key

Response

200 - application/json

Account information

account
object