Authorization

Breezy uses bearer token-based authentication and authorization.

With the exception of the Signin endpoint, all API requests require access token presented in the Authorization header as follows:

GET / HTTP/1.1
Authorization: 00000000-0000-0000-0000-000000000000

📘

You must replace 00000000-0000-0000-0000-000000000000 with the users’ personal access token retrieved from the /signin endpoint.