/send
Authorizations:
api_key
header Parameters
| x-api-key required | string |
Responses
| Access-Control-Allow-Origin | string |
Response Schema: application/json
| body required | string The response body. |
| headers required | string Value: "OK" HTTP headers |
| statusCode required | integer <int32> HTTP status code: 200. |
Response Schema: application/json
| body required | string The response body. |
| headers required | string Value: "Bad Request" HTTP headers |
| statusCode required | integer <int32> HTTP status code: 400. |
Response Schema: application/json
| body required | string The response body. |
| headers required | string Value: "Internal Server Error" HTTP headers |
| statusCode required | integer <int32> HTTP status code: 500. |
Response samples
- 200
- 400
- 500
Content type
application/json
{- "statusCode": 0,
- "headers": "OK",
- "body": "string"
}