cURL
curl --request POST \ --url https://api.poix.io/v1/project/tokens \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "label": "<string>", "settings": { "rateLimit": { "limit": 123, "window": 123 } } } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "token": "<string>" }
Creates a new token for the project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The label for the token.
1 - 128
The settings for the token.
Show child attributes
The rate limit settings for the token.
The rate limit value.
The rate limit window value.
Successful response
The unique ID of the token.
The token value.