Partner Account Access Token
POST https://api-sandbox.dwolla.com/token
A Partner Account access token is used to authenticate against the API to create, retrieve, and update Client Accounts. Account permissioned tokens are created using the API key(client_id
) and secret(client_secret
) obtained from the Dwolla Dashboard.
This token is issued to the created application, via a pre-request script that runs before each request in the collection. If the client_id
and client_secret
were configured in the collection variables like mentioned in the Quick Start instructions, calling this endpoint while using the collection is unnecessary.
Request Body
[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}]