GET /authorize

Exchanges a Client ID for an authorization code.

Resource URL

https://production-connect.blacklinesafety.com/1/authorize?response_type=code&client_id=:client_id&scope=read+write

Parameters

client_id required Your Connect API client id.

Example Request

GET https://production-connect.blacklinesafety.com/1/authorize?response_type=code&client_id=abcd&scope=read+write
{
    "code": "abcdefg1234567"
}

The next step in the authentication process is to exchange your authentication code for an access token