Back to Aureuserp

Authenticating requests

.scribe/auth.md

1.3.1374 B
Original Source

Authenticating requests

To authenticate requests, include an Authorization header with the value "Bearer Bearer {YOUR_AUTH_TOKEN}".

All authenticated endpoints are marked with a requires authentication badge in the documentation below.

You can retrieve your token by calling the <code>POST /admin/api/v1/login</code> endpoint with your email and password.