Title here
Summary here
Interacting with the Manifold API requires a bearer token. Bearer tokens can be obtained using basic auth credentials in a GET request to the /login
endpoint:
Once obtained, the bearer token is valid for 10 minutes and must be present in the headers of subsequent requests in the following format: "Authorization: Bearer <token value>"
An example of the format used to query the user endpoint is below: