{% extends 'generic/object.html' %} {% load helpers %} {% block breadcrumbs %} {{ block.super }}
This is the only time you will see this token!
| Name: | {{ token_data.credential_name }} |
|---|---|
| Action: | {% if token_data.action == 'created' %} Created {% else %} Regenerated {% endif %} |
| Owner: | {{ object.owner }} |
Use this token in API requests:
Authorization: Token {{ token_data.token }}
Include this header in all your API requests to authenticate using these credentials.
Manage your credential sets through the NetBox web interface for enhanced security.
The token display session has expired.
For security reasons, credential tokens are only displayed immediately after creation or regeneration. If you need to access your token again, you can regenerate it.