Basic (http)
Basic Authorization header using the Bearer scheme. Use API key in the username field. if engagement guid provided as password data will be filtered.
The API accepts 2 different authentication methods:
Basic Authorization header using the Bearer scheme. Use API key in the username field. if engagement guid provided as password data will be filtered.
This API uses OAuth 2.0 Bearer tokens for authentication.
Authentication Token: You can obtain a token using:
Once you have a token, include it in the Authorization
header of your requests:
Authorization: Bearer YOUR_TOKEN_HERE
Ensure that you keep your tokens secure and do not share them publicly.