Get

Get a seed key.

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

API key used for authentication

In: header

Query Parameters

idstring
Match^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$
Formatuuid

Response Body

curl -X GET "https://loading/api/v1/seed/get?id=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "seedValue": "AA BB CC AA FF",
  "originId": "DaimlerStandardSecurityAlgo",
  "level": 11,
  "code": "291726"
}
{
  "error": "string",
  "code": "string",
  "details": {}
}
{
  "error": "string",
  "code": "string",
  "details": {}
}