v1
latestOpenAPI 3.0.42026-08-064075233.0 KBCredentials
Create a new credential
Creates a new credential for the specified organization.
post/api/credentials
Request body
Example request
{
"name": "My credential",
"organizationId": "b8fd973c-b700-4091-bf83-e5d779ce7ef0",
"category": "/organization/",
"data": "eyJhcGlLZXkiOiJNeSBzZWNyZXQga2V5In0=",
"description": "Credential that does something",
"type": "API-key"
}Response
OK
Example response
{
"id": "7fd96b83-4375-4fb8-af1c-7e5f5117cfc2",
"name": "My credential",
"description": "Credential that does something",
"data": "eyJhcGlLZXkiOiJNeSBzZWNyZXQga2V5In0=",
"type": "API-key",
"typeName": "API Key",
"organizationId": "b8fd973c-b700-4091-bf83-e5d779ce7ef0",
"createdAt": "2025-09-24T09:33:38.013347Z",
"createdBy": "256f791c-fbc0-4435-9429-d291227f6577",
"updatedAt": "2025-09-24T09:33:38.013347Z",
"updatedBy": "256f791c-fbc0-4435-9429-d291227f6577",
"nrOfFlowDefinitions": 5,
"category": "/organization/"
}