{% extends "base.html" %} {% block title %}API Token Created - LSMC Atlas{% endblock %} {% block content %}
This is the only time you will see this API token. Copy and store it securely.
Use this token in the Authorization: Bearer <token> header.
{{ token.token_prefix }}
{{ revision.expires_at | format_dt(user_preferences) }}
{{ token.created_at | format_dt(user_preferences) }}
curl -H "Authorization: Bearer {{ plaintext_token }}" \
{{ request.base_url }}api/trfs