ExchangeToken
POST/v1/token/exchange
Usage Plan
| Type | Requests | Time limit (seconds) |
|---|---|---|
| Rate | 1500 | 60 |
| Burst | 1500 | 60 |
Learn more about rate limits and usage plans in the Rate Limiting guide.
Completes the OAuth exchange by executing the associated workflow. Provide the JWT access token obtained from CreateToken. The workflow is triggered on the seller's behalf, and the response includes the execution status, the seller's project code, a unique OAuth request ID for tracking, and the workflow result containing the protected resource (e.g. issued credentials). Refer to the integration guide for your specific workflow to see the expected result schema.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.