Security
clientCredentials or oAuth2Password
GET
- clientCredentials
- oAuth2Password
curl -i -X GET \
'https://api.blackbird.ai/compass/contextChecks?start=2019-08-24T14%3A15%3A22Z&end=2019-08-24T14%3A15%3A22Z&limit=25&sort=asc&filter=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": [ { … } ] }