POST
/
admin
/
organisations
/
{orgID}
/
generate-portals
Generate Portals
curl --request POST \
  --url https://{tenant}/admin/organisations/{orgID}/generate-portals \
  --header 'Admin-Auth: <api-key>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data domain=tyk.io
{
  "Message": "Org updated",
  "Meta": null,
  "Status": "OK"
}

Authorizations

Admin-Auth
string
header
required

Api key

Path Parameters

orgID
string
required

Organisation ID

Body

application/x-www-form-urlencoded
domain
string

Domain to register

Example:

"tyk.io"

Response

Org updated

ID
string
Message
string
Meta
any
Status
string