tokens

Create an application access token

Generates an access token that contains permissions scoped to the application owner's Dwolla Client Account.

post/token

Response

successful operation

access_tokenstring
token_typestring
expires_ininteger

Example response

{
  "access_token": "gTm0p62yYXFiB1rOdhV0TsNOinC2V2P1CMaAtojkO9JEGbv3i5",
  "token_type": "bearer",
  "expires_in": 3599
}

Changes