Authorization in the Back Office
Learn how to authorize in the Back Office using bearer tokens via the B2COPY API and obtain access and refresh tokens with your login credentials
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.
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?