🚀 Nadles can now natively monetize your AI and LLM tokens. Learn how in our new documentation: How to set up AI billing.
curl --request GET \
--url https://provider.api.nadles.com/v0/customers/ \
--header 'nadles-provider-key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"email": "<string>",
"external_id": "<string>",
"billing_address_line1": "<string>",
"billing_address_line2": "<string>",
"billing_address_city": "<string>",
"billing_address_country_code": "<string>",
"billing_address_zip_code": "<string>",
"billing_address_region": "<string>",
"is_business": true,
"business_name": "<string>",
"company_number": "<string>",
"tax_identifier": "<string>"
}
],
"metadata": {
"pagination": {
"limit": 123,
"offset": 123,
"total": 123
}
}
}curl --request GET \
--url https://provider.api.nadles.com/v0/customers/ \
--header 'nadles-provider-key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"email": "<string>",
"external_id": "<string>",
"billing_address_line1": "<string>",
"billing_address_line2": "<string>",
"billing_address_city": "<string>",
"billing_address_country_code": "<string>",
"billing_address_zip_code": "<string>",
"billing_address_region": "<string>",
"is_business": true,
"business_name": "<string>",
"company_number": "<string>",
"tax_identifier": "<string>"
}
],
"metadata": {
"pagination": {
"limit": 123,
"offset": 123,
"total": 123
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.nadles.com/llms.txt
Use this file to discover all available pages before exploring further.
API key provided in the admin portal
Filter by customer ID
Filter by external ID
Filter by customer name
Filter by customer email
Number of items to skip before starting to collect the result set
Maximum number of items to return
Use OR logic for filters instead of AND
Sort order (e.g. created_at desc)