super-admin
key.For a refresher on the difference between the key types, you can visit Authentication.POST
request to /api/workspaces/v1.1
.
You must include a name
field in a JSON body, this field is the name of the workspace you are creating.
An example of a request to create a new workspace with the name new name:
super-admin
key.For a refresher on the difference between the key types, you can visit Authentication.api-user
keys can be generated for workspaces using the API.
POST
request to /api/workspaces/v1.1/{workspace_id}/api-tokens
where {workspace_id}
is the ID of the workspace you want to generate a key for.
GET
request to api/workspaces
.name
field in a JSON body, this field is the name of the API key you are creating.
An example of a request creating an API key named “New token” for the workspace with ID 54:
POST
request to /api/workspaces/v1.1/users
.
This request needs a JSON body with the following 4 fields
admin
, editor
, client
.POST
request to /api/workspaces/v1.1/invite-member
.
This request takes a JSON body with the following 2 required fields:
admin
, editor
, client
.Show example of request
POST
request to /api/workspaces/v1.1/accept/{team_invitation_id}
where {team_invitation_id}
is the ID received back when inviting members.
This request does not take a body.