Authorization in the Back Office
The B2COPY API supports authorization that uses a bearer token. To get a pair of access and refresh tokens, use the method described below. Once you have the access token, make sure to include the access token in the Bearer Authorization Header of your API requests.
To obtain a pair of access and refresh tokens, you must already be registered in the Back Office and have credentials to access it.
POST
[host]/api/v2/signin
Request
In the request body, specify the following parameters:
Body
Name | Type | Required | Description |
---|---|---|---|
string | Yes | The email address used for accessing the Back Office. | |
password | number | Yes | The password used for accessing the Back Office. |
Request example
Response
The response includes a pair of access and refresh tokens.
Response example
Last updated
Was this helpful?