cURL
curl --request POST \ --url https://api.poix.io/v1/project/tokens \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "label": "Dev token" }'
{ "id": "0659684b-7658-451d-bb1e-3c400e0b0950", "token": "poix-OzhCUl37R4yswp2EOKBGE6bjZ6EIWHjxJ6H3JOERkmIAmeibAbQ" }
Creates a new token for the project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object