Authentication

We use oAuth 2 to secure our API, and all requests require an Authorization header with the contents Bearer token added. Where token is the access token which can be obtained by:

Note that tokens are user-specific, not account-specific.

Example request with bearer token

curl https://api.sorryapp.com/v1/pages/f7c6d44d \
  -H "Authorization: Bearer token"