Authentication
Create an application access token
Generates an access token that contains permissions scoped to the application owner’s Dwolla Client Account.
POST
cURL
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/x-www-form-urlencoded
OAuth get token request. Client credentials are sent in the Authorization header using Basic authentication.
The body is of type object
.
Response
200
application/json
successful operation
The response is of type object
.
cURL