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
email
string
Yes
The email address used for accessing the Back Office.