Authorization header when making requests to Management API.
When making an API request, add Authorization HTTP header with your Management API key.
cURL
HTTP 401 error.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Management API requests are authorized by using the Management API key.
Authorization header when making requests to Management API.
When making an API request, add Authorization HTTP header with your Management API key.
Authorization: Bearer your-management-api-key
curl -XGET -H 'Authorization: Bearer your-management-api-key' -H 'X-API-Version: 2025-11-20' 'https://management-api.fpjs.io/hello'
HTTP 401 error.Was this page helpful?