Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://coreapi-dev.us.bcpapers.ca/oauth2/token \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'grant_type=<string>' \ --data 'code=<string>' \ --data 'redirect_uri=<string>' \ --data 'client_id=<string>' \ --data 'client_secret=<string>'
{}
Exchanges an authorization code or refresh token for access and ID tokens.
Grant type (authorization_code or refresh_token)
Authorization code
Redirect URI
OAuth client ID
OAuth client secret
OK
The response is of type object.
object