Getting Started
Authentication
Get an API access token
Headers
Name
Type
Description
Request Body
Name
Type
Description
curl -X POST 'https://${AUTH_SERVER_URL}/realms/nibela/protocol/openid-connect/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'client_id=${YOUR_CLIENT_ID}' \
--data-urlencode 'client_secret=${YOUR_CLIENT_SECRET}'Make your first request to our API
Check system health
Headers
Name
Type
Description
All Done!
API ReferenceLast updated