Admin Customer ID issue

Hello Team,

How can we obtain the admin transaction list/data? We currently do not have the admin customer ID, which prevents us from accessing the data related to withdrawals and deposits.

Best regards,
Shivang

Hi @shivang_codebrew!

You can retrieve the Admin ID by calling the root endpoint.

Here’s an exmaple from our docs -

GET https://api-sandbox.dwolla.com/
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer {{access_token}}

...

{
  "_links": {
    "account": {
      "href": "https://api-sandbox.dwolla.com/accounts/ad5f2162-404a-4c4c-994e-6ab6c3a13254"
    },
    "customers": {
      "href": "https://api-sandbox.dwolla.com/customers"
    }
  }
}

Hello @shreya
Thank you for sharing this information. It has been very helpful to me.

1 Like

This topic was automatically closed after 365 days. New replies are no longer allowed.