Exchange public token for access token
POST https://{{env_url}}/item/public_token/exchange
Goes through the exchange token process where the public_token
is exchanged for an access_token
.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "public_token"=>"{{public_token}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"access_token":"access-sandbox-3f3181d2-76de-40c2-8f3b-152d2c6726d7","item_id":"wnVRXPmk3mt3wepjXEeXsbN4NWe5V9FrNeEN1","request_id":"WAH4B"}