Messaging URL Domains API

Messaging URL Domains API

List messaging URL domains

SecuritybearerAuth
Request
query Parameters
page[number]
integer >= 1
Default: 1

The page number to load

page[size]
integer [ 1 .. 250 ]
Default: 20

The size of the page

Responses
200

Successful response with details about a messaging URL domain.

Response Schema: application/json
Array of objects (MessagingUrlDomain)
object (PaginationMeta)
default

Unexpected error

Response Schema: application/json
Array of objects (Error)
Array
code
required
string <int>
detail
string
meta
object
object
title
required
string
get/messaging_url_domains
Request samples
Response samples
application/json
{
  • "data": [
    • {
      • "id": "464bd54e-a328-4b11-a131-28e6793cb6f2",
      • "record_type": "messaging_url_domain",
      • "url_domain": "http://example.com",
      • "use_case": "test"
      }
    ],
  • "meta": {
    • "page_number": 2,
    • "page_size": 25,
    • "total_pages": 3,
    • "total_results": 55
    }
}