Domain Authcode (Auth-Info-Code) abrufen

GET /domain/eepcode/{domain}

Path parameters

  • domain string Required

    Domain objekt identifikator

Responses

  • Ok

    Hide response attribute Show response attribute object
GET /domain/eepcode/{domain}
curl \
 -X GET https://api.famesystems.de/domain/eepcode/{domain} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "authcode": "ATht67Cx"
}
Response examples (200)
{
  "authcode": "ATht67Cx"
}