Secure-Share OAuth Access Token Generation

Use this API to generate an access token after successfully completing the OAuth authentication process. This token is required to access protected resources.

Response Codes

Sub CodeStatusMessageNext Action
200SUCCESS-Use this access token to fetch the user details.
400ERRORauth_code is missing in the request.Include the auth_code parameter in the request.
400ERRORauth_code should be valid.Provide a valid auth_code.
400ERRORx-client-id is missing in the request.Include the x-client-id in the request headers.
400ERRORx-client-secret is missing in the request.Include the x-client-secret in the request headers.
401ERRORInvalid clientId and clientSecret combination.Ensure the clientId and clientSecret are correct.
500ERRORsomething went wrong.Retry the request after some time.
Language
Credentials
URL
Click Try It! to start a request and see the response here!