PartnerApiKeyCreatedDto
Response DTO returned ONLY on key creation/rotation — includes the plaintext key.
Security
The plaintext key is shown exactly once and never stored. The caller must save it.
idstringrequired
plaintextKeystringrequired
logisticsCompanyIdstringrequired
expiresAtstring
PartnerApiKeyCreatedDto
{
"id": "string",
"plaintextKey": "string",
"logisticsCompanyId": "string",
"expiresAt": "string"
}