GET
/
label-reallocations
/
{id}
cURL
GET https://api-sandbox.dwolla.com/label-reallocations/fd36b78c-42f3-4e21-8efb-09196fccbd21
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY
{
  "_links": {
    "self": {
      "href": "https://api.dwolla.com/label-reallocations/fd36b78c-42f3-4e21-8efb-09196fccbd21",
      "type": "application/vnd.dwolla.v1.hal+json",
      "resource-type": "label-reallocation"
    },
    "to-ledger-entry": {
      "href": "https://api.dwolla.com/ledger-entries/d8a4bf7a-3fa0-48b9-873c-765d7375c59f",
      "type": "application/vnd.dwolla.v1.hal+json",
      "resource-type": "ledger-entry"
    },
    "from-ledger-entry": {
      "href": "https://api.dwolla.com/ledger-entries/f6a44994-b4da-48e3-bd10-d3a168e6a77d",
      "type": "application/vnd.dwolla.v1.hal+json",
      "resource-type": "ledger-entry"
    }
  },
  "created": "2022-05-16T13:41:31.036Z"
}

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

Label reallocation unique identifier

Response

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

successful operation

The response is of type object.