Responses

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
  • default

    Default response

POST /tickets/new
curl \
 --request POST 'https://my.interserver.net/apiv2/tickets/new' \
 --header "X-API-KEY: $API_KEY"
Response examples (401)
{
  "code": "string",
  "message": "string"
}