Get user domains
GET /api/domains
Retrieve a paginated list of domains for authenticated user
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Number of domains per page
Page number
Search domains by name
Responses
Section titled “ Responses ”Successfully retrieved paginated list of domains owned by the authenticated user
object
Indicates if the request was successful
Example
trueArray of domain objects for the authenticated user
Domain object containing email domain configuration and verification status
object
Unique identifier for the domain
Example
1Domain name used for sending emails
Example
example.comCustom tracking domain for click and open tracking
Whether the tracking domain has been verified
Whether the authentication domain has been verified
DKIM selector used for DNS verification
Example
k1DKIM public key record that should be configured in DNS
Example
v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDjF2J8K5xqH7N8Z9L2zQ3bX9Y1tW7vU6kR5aP4sT8nB3mV7cZ2jX5L8oR9pN3tQ1wE4vY6bF2aC8hI7gD5eJ9kL3mX8oQ6bH2nV5pZ9cR8tW7yB4mX6qN5zL3oV8cF2tH9nB5pQ7eZ1mX8sT6kR4vY9bH3mC8qI7gL5nX2oW9zF5pD8eB7hR3mX6yV9cQ2tK4nB5pL1mX8sT6kR9vY9bH3mC8qI7gL5nX2oW9zF5pD8eB7hR3mX6yV9cQ2tK4nB5pL1mX8sT6kR9vY9bH3mC8qI7gL5nX2oW9zF5pD8eB7hR3mX6yV9cQIDAQABWhether click tracking is enabled for emails sent from this domain
Whether open tracking is enabled for emails sent from this domain
Whether unsubscribe tracking is enabled for emails sent from this domain
Whether the domain has been verified for email sending
Domain status (active/inactive)
Example
trueUnix timestamp when the domain was created
Example
1762810896Unix timestamp when the domain was last modified
Example
1762810896Expected SPF record value that should be configured in DNS
Example
v=spf1 mx include:spf.kirim.email ~allPagination metadata for paginated API responses
object
Total number of items available across all pages
Example
50Current page number (1-based)
Example
1Maximum number of items per page
Example
10Number of items skipped from the beginning (0-based)
Unauthorized
object
Error type indicating authentication failure
Example
UnauthorizedHuman-readable error message explaining the authentication issue
Example
Authorization header is requiredToo 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