Question
Can I refresh my access token for REST API job with OAuth authentication, which is Client Credentials flow?
Answer
Access token for REST API job cannot be refreshed with OAuth authentication.
Please refresh your access token with Bearer authentication.
Please refer to the following tutorial on how to refresh an access token.
Call the endpoint of a REST API job with Bearer authentication
Comments
0 comments
Article is closed for comments.