Get credential details
GET /api/domains/{domain}/credentials/{credential}
Retrieve details of a specific SMTP credential
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.
Example
92703823-f3a4-48e2-8e87-7adf25454800Credential GUID (user_smtp_guid)
Responses
Section titled “ Responses ”Success
object
Indicates if the request was successful
Example
trueSMTP 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
1640995200Unauthorized - Invalid or missing authentication credentials
object
Example
UnauthorizedForbidden - Credential does not belong to the specified domain
object
Example
Credential does not belong to the specified domainCredential 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.