Application Access Token
POST https://api-sandbox.dwolla.com/token
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 used in the environment variable levels like in the Quick Start instructions, and not at the collection level, calling this endpoint while using the collection is unnecessary.
Request Body
[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}]