autehlia-api/authelia-api.postman_environment.json

23 lines
No EOL
582 B
JSON

{
"id": "authelia-api-environment",
"name": "Authelia API",
"values": [
{
"key": "base_url",
"value": "http://127.0.0.1:8080",
"type": "default",
"enabled": true,
"description": "Base URL for API requests"
},
{
"key": "bearer_token",
"value": "",
"type": "secret",
"enabled": true,
"description": "Bearer token (session.secret from Authelia config)"
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2026-04-02T00:00:00.000Z",
"_postman_exported_using": "Postman/11.0"
}