Drop-in Components
Create a client token
Creates a client token with certain actions for Dwolla Drop-in components. The client token API request requires an action
as well as a link
which points to the Customer that identifies the end user performing the action within the drop-in component. The action
is a string that contains a granular permission for the Customer performing the action within a drop-in component.
POST
cURL
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
Available options:
application/vnd.dwolla.v1.hal+json
Body
application/json
Response
200
application/json
Client token created successfully
The response is of type object
.
cURL