Register new gateway
POST/v1/gateway
Registers a new SMP gateway
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Returns the registered gateway.
Invalid input - the path parameters, query arguments, or request payload did not pass validation. Also returned when the email server refused the request, in which case the response carries a code and the server response instead of a field list
Authentication failed - the access token is missing, invalid, or was not accepted
Access denied - the access token does not grant permission for this operation (token scope, account, or IP address restriction)
Rate limit exceeded - too many requests were made with this access token
Internal server error - an unexpected error occurred while processing the request