Exchanges a Client ID for an authorization code.
https://eu.connect-prod.blacklinesafety.com/1/authorize?response_type=code&client_id=:client_id&scope=read+write
client_id required | Your Connect API client id. |
GET | https://eu.connect-prod.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