Path parameters

  • id integer Required

    Website ID number

Responses

  • 200 application/json

    Get Website Login response

    Hide response attributes Show response attributes object
    • type string
    • location string
  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /websites/{id}/login
curl \
 --request GET 'https://my.interserver.net/apiv2/websites/{id}/login' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
{
  "type": "location",
  "location": "https://www.site.com/"
}
Response examples (401)
{
  "code": "string",
  "message": "string"
}