- Platform API ReferenceOrganization
- Platform API ReferenceAlerts
- Platform API ReferenceOptions
- Platform API ReferenceCluster
- Platform API ReferenceDeployment
- Platform API ReferenceDeploy
- Platform API ReferenceEnvironment
- Platform API ReferenceNotification Channels
- Platform API ReferenceWorkspace
- IAM API ReferenceAuthorization
- IAM API ReferenceAllowed IP Address Range
- IAM API ReferenceInvite
- IAM API ReferenceRole
- IAM API ReferenceTeam
- IAM API ReferenceAPI Token
- IAM API ReferenceUser
Request
$ curl -X POST https://api.astronomer.io/iam/v1beta1/organizations/organizationId/tokens \ > -H "Authorization: Bearer " \ > -H "Content-Type: application/json" \ > -d '{ > "description": "This is my API token", > "entityId": "clm8pxjjw000008l23jm08hyu", > "name": "My token", > "role": "WORKSPACE_OWNER", > "tokenExpiryPeriodInDays": 30, > "type": "WORKSPACE" > }'
Response