GET /floating_ips/{id}/welcome_email

Resends the welcome email for the order.

Path parameters

  • id integer Required

    Floating IPs ID number

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • success boolean Required

      Indicates whether or not the command was successful or not.

    • text string

      Text associated with the response.

    • action string

      Optional Action relating to the response.

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /floating_ips/{id}/welcome_email
curl \
 --request GET 'https://my.interserver.net/apiv2/floating_ips/{id}/welcome_email' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
{
  "text": "Ok",
  "success": true
}
Response examples (401)
{
  "code": "string",
  "message": "string"
}