# Create Credential Creates an Traces NT Credential. Endpoint: POST /organisations/{orgId}/extensions/eudr/credentials Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `orgId` (string, required) The organisation identity ## Header parameters: - `contentType` (string, required) ## Request fields (application/json): - `username` (string) The Traces NT Username. - `authKey` (string) Your Traces NT authentication key. - `operatorUri` (string) The operator ## Response 201 fields (application/json): - `username` (string) The Traces NT Username. - `authKey` (string) Your Traces NT authentication key. - `operatorUri` (string) The operator - `id` (string) System assigned id field. - `createdBy` (string) User who created the record. - `createdTime` (string) Date & Time that the record was created. - `updatedBy` (string) Last updated by user. - `updatedTime` (string) Date & Time that the record was last updated. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields ## Response 500 fields