Personal Access Tokens (PATs)
Personal Access Tokens (PATs) provide full access to the Devopness API with the same permissions as the user who created them.
They allow performing any action the user is authorized to do across all projects accessible to their account.
Usage
info
Include the PAT in all API requests using the Authorization
header:
Authorization: Bearer <your_api_token>