GET
/
customers
/
{id}
/
labels
cURL
GET https://api-sandbox.dwolla.com/customers/315a9456-3750-44bf-8b41-487b10d1d4bb/labels
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY
{
  "_links": {},
  "_embedded": {
    "labels": [
      {
        "_links": {},
        "id": "7e042ffe-e25e-40d2-b86e-748b98845ecc",
        "created": "2022-05-15T22:19:09.635Z",
        "amount": {
          "value": 10,
          "currency": "USD"
        }
      }
    ]
  },
  "total": 100
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Accept
enum<string>
default:application/vnd.dwolla.v1.hal+json
required

The media type of the response. Must be application/vnd.dwolla.v1.hal+json

Available options:
application/vnd.dwolla.v1.hal+json

Path Parameters

id
string
required

ID of customer

Query Parameters

limit
string

How many results to return

offset
string

How many results to skip

Response

200
application/vnd.dwolla.v1.hal+json

success operation

The response is of type object.