Skip to main content
POST
/
azure-marketplace
/
activate
Activate Azure Marketplace subscription
curl --request POST \
  --url https://api.galtea.ai/azure-marketplace/activate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{
  "subscriptionId": "<string>",
  "organizationId": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....

Body

application/json
token
string
required

Short-lived marketplace token received from Azure's redirect URL (?token=...), passed here in the request body

Response

Subscription activated successfully

subscriptionId
string
organizationId
string
status
string