Definitions

List seed key definitions.

GET
/seed/definitions
x-api-key<token>

API key used for authentication

In: header

Response Body

curl -X GET "https://loading/api/v1/seed/definitions"
[
  {
    "name": "DaimlerStandardSecurityAlgo",
    "origin": "DaimlerStandardSecurityAlgo",
    "level": 11,
    "seed_length": 16,
    "key_length": 16,
    "provider": "Daimler"
  }
]
{
  "error": "string",
  "code": "string",
  "details": {}
}
{
  "error": "string",
  "code": "string",
  "details": {}
}