Exchange public token

This endpoint will change the temporary publicToken that you receive from the Link flow for a valid connectionToken that is permanent and can be used to retrieve connection information. A connection is not considered "active" until its publicToken is exchanged.

Exchange public token for connection token

post

Exchanges public token for connection token from an app

Authorizations
Path parameters
publicTokenstring · uuidRequired

Public token pending to convert

Responses
200
Successfully exchanged public token for connection token
application/json
post
POST /api/v1/commands/connections/exchange/{publicToken} HTTP/1.1
Host: api.finlink.vumi.io
Authorization: Bearer JWT
Accept: */*
{
  "connectionToken": "AAAAA11111"
}

Last updated