Skip to main content
POST
/
integrations
/
plaid
/
publicTokens
Exchange a Plaid public token
curl --request POST \
  --url https://api.guile.app/integrations/plaid/publicTokens \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "body": {
    "publicToken": "<string>"
  }
}
'
{
  "accessToken": "<string>"
}

Body

application/json
body
object
required

A token to exchange with Plaid to authorize access to financial institutions.

Response

Ok. The operation succeeded.

A token to exchange with Plaid to authorize access to financial institutions.

accessToken
string
required

The Plaid access token for interacting with the Plaid API.