cURL
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" }
Generate Portals
Api key
Organisation ID
Domain to register
"tyk.io"
Org updated
Was this page helpful?