Generate Access Token

BCA APIs is using OAuth 2.0 as the authorization framework. To get the access token, you need to be authorized by client_id and client_secret. To learn more about the OAuth 2.0 authorization framework

Request Headers

Name
Format
Mandatory

Authorization

Basic base64(client_id:client_secret)

yes

Code

Last updated