Personal Access Tokens
Administer {% if is-admin %}all users'{% else %}your{% endif %} Personal tokens
{% if validation-errors|not-empty %}Error
-
{% for error in validation-errors %}
- {{error}} {% endfor %}
Token Created
Label: {{created-token.label}}
Expiration Date: {{created-token.expires-at|date:"yyyy-MM-dd HH:mm:ss zzz"|default:"never"}}
Make sure to copy your token now. You will not see it again!
{{created-token.secret}}
If using for CLI tool copy the token and set it in your CS_ACCESS_TOKEN environment variable.
To create a token for yourself, click the Generate token button below.
{% endif %}These tokens can be used to access REST API and other programmatic endpoints.
| User | {% endif %}Label | Expiration | Last Used Date | |
|---|---|---|---|---|
| {{token.name}} ({{ token.provider}}) | {% endif %}{{token.label}} | {{token.expires-at|date:"yyyy-MM-dd HH:mm:ss zzz"}} | {{token.used-at|date:"yyyy-MM-dd"|default:"never"}} |