Skip to main content
GET
/
Customers
/
{customerIdOrHandle}
cURL
curl --request GET \
  --url https://api.example.com/Customers/{customerIdOrHandle}
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.debitdirect.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

customerIdOrHandle
string
required

Response

Unauthorized

type
string | null
title
string | null
status
integer<int32> | null
detail
string | null
instance
string | null
{key}
any