Authentication
This article describes the authentication method of opsnow.io's API.
Authorization: Bearer YOUR_TOKEN_HEREUser Authentication Method
Step 1. Request for API Key Issuance
Step 2. Request for Access Token Issuance
curl -X POST "https://api.opsnow360.io/platform/v2/identity/api-keys/token" \
-H "Content-Type: application/json" \
-d '{"apiKey":"YOUR_API_KEY"}'Step 3. API Call
Last updated