Step 3: Authorize your request

Once you've obtained an access token, you can authorize the request.

⚠️

Every API call to WorkN APIs will require specifying an authorization header.

Request Authorization

To authorize a request, include the access token obtained in the previous step in the Authorization header of your request. When adding the Authorization header to your requests, add the following key-value pair:

KeyValue
AuthorizationToken <place token returned from Log In endpoint here>
⚠️

Make sure you format the value of the token as follows: the word "Token" followed by a space and your token returned from Log In endpoint.