Tokens
Token related operations
Token exchange
POST https://api.finqware.com/v1/tokens
Exchange a temp-token for an access-token.
Request Body
Name
Type
Description
client_id*
string
An identifier for your tenant app.
client_secret*
string
A tenant app secret.
temp_token*
string
A temporary token that has to be exchanged.
// check the errors docs page for details
{
  "id": "uuid",
  "type": "invalid_request",
  "http": 400,
  "code": "invalid_client_id",
  "message": "error message"
}Last updated