Skip to main content
POST
/
billing
/
contact-enterprise
cURL
curl --request POST \
  --url https://api.useanima.sh/v1/billing/contact-enterprise \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "sent": true
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Body

application/json

Request body for enterprise plan contact

type
enum<string>
required

Whether the customer wants to upgrade to or downgrade from enterprise

Available options:
upgrade,
downgrade

Response

200 - application/json

OK

Response from enterprise contact request

sent
boolean
required

Whether the notification was sent successfully