labels
List labels for a customer
Returns all labels for a specified Verified Customer, sorted by creation date (most recent first). Supports pagination with limit and offset parameters. Each label includes its current amount and creation timestamp.
get/customers/{id}/labels
Path parameters
idstring required
ID of customer
Query parameters
limitstring
How many results to return
offsetstring
How many results to skip
Headers
Accept'application/vnd.dwolla.v1.hal+json' required
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
Response
success operation