Queries a list of email templates.

Supports filtering, sorting, and indexing.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

An optional URL-encoded JSON query.

string

An optional URL-encoded JSON sort criteria.

int32
Defaults to 0

The zero-based starting index.

int32
Defaults to 10

The number to return. This value is capped at 100.

string

The optional organization ID. Defaults to organization in the credentials. Applicable to 9Line administrators. Applicable to service provider administrators for specifying the parent organization when using credentials for a child organization.

Responses
200

OK when successful with a list of email templates in the body.

400

BAD REQUEST if any query validation errors occur.

401

UNAUTHORIZED when the access token is invalid or expired.

403

FORBIDDEN when access to the email template is prohibited with the provided credentials on the request.

404

NOT FOUND when the email template is not found.

500

INTERNAL SERVER ERROR on any unexpected errors.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!