The Go-Mailer API is structured around REST. Our APIs are designed to enable our users to manage important resources within their accounts.
The APIs are designed to possess predictable URL structures and to support the most common HTTP verbs and error codes.
You can use or utility packages for various programming languages
The Go-Mailer API uses API Keys to authenticate all requests. Your keys are accessible under Security settings in your account.
Your API Key possesses elevated privileges within your account; please keep it safe and secure. Do not share your key in publicly accessible areas.
HTTP requests are authenticated using Bearer Auth.
This is an optional message indicating any errors that occurred during the processing of the request. If no error occurs, this value is null
This is an optional key => value pairs of information returned with successful responses. This property value is `null` when an error occurs whilst processing the request.
This contains the actual Object or a list of Objects for which the request is made
This returns a count of the instances of the Resource that matches the query.
Everything worked as expected.
The request was unacceptable, often due to missing a required parameter.
The request does not have required authorization. Usually due to incorrect API Keys.
The requested resource doesn't exist.
Something went wrong on the Go-Mailer servers.