Project
  1. API Mocking
Project
  • 🐶 Walk through Apidog
  • Sample APIs
  • API Mocking
    • Mocking Common Data
      GET
    • Mocking List Data
      GET
    • Mocking Paging Data
      GET
    • Mocking Request Delays
      GET
    • Email API
      POST
    • Mailgun API
      GET
  • Untitled Endpoint
    PATCH
  1. API Mocking

Mailgun API

Developing
GET
https://api.mailgun.net/v4/domains

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Header Params

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mailgun.net/v4/domains' \
--header 'ACCESS_TOKEN: ss' \
--header 'Authorization: Basic Og=='

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2024-08-05 03:18:24
Previous
Email API
Next
Untitled Endpoint
Built with