Skip to main content
GET
Exchange Public Token
After a user successfully completes the Link flow, you’ll receive a public_token. Exchange this for an access_token that you can use for subsequent API calls.

Example Request

Example Response

Store this access token securely - you’ll need it for all future API calls related to this user’s EHR connection.

Authorizations

client_id
string
header
required
client_secret
string
header
required

Query Parameters

public_token
string
required

The public token to exchange

Response

200 - application/json

Successful response

success
boolean
token
string