Get domain credentials
GET /api/domains/{domain}/credentials
Retrieve a paginated list of SMTP credentials for a domain
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Example
example.comDomain name that must be owned by the authenticated user. The domain must be verified and properly configured for email sending.
Query Parameters
Section titled “Query Parameters ”Number of credentials per page
Page number
Responses
Section titled “ Responses ”Success
object
Indicates if the request was successful
Example
trueArray of credential objects with pagination metadata
SMTP credential object containing authentication details for email sending
object
Database auto-increment ID (internal use only)
Example
1Unique credential GUID used for API operations
Example
92703823-f3a4-48e2-8e87-7adf25454800SMTP username for authentication. Must be unique within the domain
Example
myuserUnix timestamp when the credential was created
Example
1640995200Unix timestamp when the credential was last modified
Example
1640995200Domain name for which credentials are listed
Example
example.comUnauthorized - Invalid or missing authentication credentials
object
Example
UnauthorizedCredential not found
object
Example
Credential not foundToo Many Requests - Rate limit exceeded. Retry after the specified time.
object
Example
Too many attempts. Please try again later.Headers
Section titled “Headers ”Seconds until rate limit resets
Maximum requests per minute
Remaining requests in current window
Server Error - Unexpected error occurred
object
Example
An error occurred while processing the request.