header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/ach/customer/<id>' \
--header'Authorization: Bearer <token>'
Responses
🟢200View specific Customer
application/json
Body
Example
{"id":45,"firstName":"John","lastName":"Wick","phone":"+1 818-727-1234","email":"john.wick@example.com","address1":"9024 Some Ave","address2":null,"city":"LA","state":"CA","zipCode":"90069","accounts":[{"id":1,"name":"John Wick","type":"Checking","accountNumber":"*****0101","routingNumber":"202020202"}],"identifier":null,"dba":{"id":22}}