Published 11 days ago
Published 11 days ago
Y0K0
Updated 11 days ago
0
This document provides comprehensive guidelines for using API tokens to authenticate and access platform application interfaces. API tokens are essential for secure communication between your application and our platform services.
Include the API token in the Authorization header of your HTTP requests:
1X-SafePoint-API-Token: your_api_token_here
1curl https://safeline.app.secx.cloud/api/v1/product/license \ 2 -H "X-SafePoint-API-Token: your_api_token_here" \ 3 -H "Content-Type: application/json"
200 OK
: Request successful400 Bad Request
: Invalid request parameters or body401 Unauthorized
: Invalid or missing API token403 Forbidden
: Insufficient permissions500 Internal Server Error
: Server-side error1{
2 "code": 500,
3 "message": "Human-readable error message"
4}
For additional assistance with API token management: