cURL
Credentials
List credentials for a tenant
List all SMTP and API credentials for a tenant. Credentials are used to send emails via Ark on behalf of the tenant.
Security: Credential keys are not returned in the list response. Use the
retrieve endpoint with reveal=true to get the key.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://arkhq.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEYPath Parameters
The tenant ID
Query Parameters
Page number (1-indexed)
Required range:
x >= 1Number of items per page (max 100)
Required range:
1 <= x <= 100Filter by credential type
Available options:
smtp, api Response
List of credentials
List of credentials (keys are not included)
Current page number (1-indexed)
Example:
1
Items per page
Example:
30
Total number of credentials
Example:
5
Total number of pages
Example:
1
