Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
POST
/api-v1/swissdec/organization-certificate/import
curl \
--request POST 'https://wyzio.app/api-v1/swissdec/organization-certificate/import?password=string' \
--header "Content-Type: multipart/form-data" \
--form "file=@file"
Response examples (200)
{
"status": "NONE",
"subjectUid": "string",
"validFrom": "2026-05-04T09:42:00Z",
"validTo": "2026-05-04T09:42:00Z",
"errorMessage": "string"
}