{% extends "base.html" %} {% block title %}API Token Created - LSMC Atlas{% endblock %} {% block content %}

Save this token now!

This is the only time you will see this API token. Copy and store it securely.

{{ token.token_name }}

Use this token in the Authorization: Bearer <token> header.

Token Prefix

{{ token.token_prefix }}

Expires

{{ revision.expires_at | format_dt(user_preferences) }}

Created

{{ token.created_at | format_dt(user_preferences) }}

Example Usage

curl -H "Authorization: Bearer {{ plaintext_token }}" \
https://localhost:8915/api/trfs

Security Best Practices

← Back to Settings
{% endblock %}