Skip to main content

Create a public signup token

POST 

<your-unleash-url>/api/admin/invite-link/tokens

Lets administrators create a invite link to share with colleagues. People that join using the public invite are assigned the Viewer role

Request

Responses

The resource was successfully created.
Response Headers
  • location string
    The location of the newly created resource.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/invite-link/tokens' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
-d '{
"name": "string",
"expiresAt": "2024-07-29T15:51:28.071Z"
}'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Body required
{
  "name": "string",
  "expiresAt": "2024-07-29T15:51:28.071Z"
}
ResponseClear

Click the Send API Request button above and see the response here!