cURL
curl --request GET \ --url https://api.example.com/v2/handbook \ --header 'Authorization: Bearer <token>'
{ "number_of_adopotable_policies": 123, "publishable": true, "has_published": true, "acknowledgement_stats": { "signed": 123, "outdated": 123, "pending": 123, "missing_emails": 123 } }
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Show child attributes