Skip to main content
POST
/
billing
/
portal
Create Portal
curl --request POST \
  --url https://api.ara.so/billing/portal \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "returnUrl": "https://app.ara.so/settings"
}
'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
returnUrl
string
default:https://app.ara.so/settings

Response

Successful Response

url
string
required