2. Exchange the Authorization Code for an Access Token (PKCE flow)

Now that you have an Authorization Code, you must exchange it for an Access Token that can be used to call the Seismic APIs. Using the Authorization Code (code) from the previous step and PKCE code_verifier, you will need to POST to the Token URL.

Path Params
string
required
Form Data
string
required
Defaults to authorization_code
string
required
string
required
string
required
string
required
Headers
string
required
Defaults to application/x-www-form-urlencoded
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json