This documentation outlines the integration process for programs and the authentication of managers plus the public modules data
All private endpoints requests must include a
Bearer Token in the Authorization header. You can obtain
this from the Auth endpoints under Authentication of Manager in the sidebar.
{
"email": "user@example.com",
"password": "string"
}
You can use this endpoint post /api/auth/refresh/to gain a new access token. Send the refresh token as shown below.
{
"refresh": "string"
}