Creates a Mailgun credential.
Mailgun credential resource.
Mailgun credential created.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
emailFrom required | string <email> Address from which emails are sent. | ||||||||
apiKey required | string Mailgun API key. | ||||||||
domain required | string Mailgun domain. | ||||||||
hash | string <= 50 characters Unique resource ID. Defaults to UUID v4. | ||||||||
status | string Status of the credential.
| ||||||||
deactivationTime | string <date-time> Date and time when the credential is deactivated. | ||||||||
Array of objects (SelfLink) Related links. | |||||||||
Existing Mailgun credential retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "status": "active",
- "emailFrom": "user@example.com",
- "apiKey": "string",
- "domain": "string"
}
{- "hash": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "active",
- "deactivationTime": "2019-08-24T14:15:22Z",
- "emailFrom": "user@example.com",
- "apiKey": "string",
- "domain": "string",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}