Consents

Create consents for an organization

post
Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
organizationIdstringRequiredPattern: [^\/#\?]+?
Body
organizationIdintegerRequired

ID of the organization

Example: 123
namestringRequired

Name of the organization

Example: Acme Corp
titlestringOptional

Title of the consent

Example: Consent Title
descriptionstringOptional

Description of the consent

Example: This is a consent description.
urlStringstringOptional

URL string related to the consent

Example: http://example.com
createdBystringOptional

Creator of the consent

Example: John Doe
attributesobjectOptional

Additional attributes for the consent

Default: {}Example: {"key":"value"}
Responses
200Success
application/json
post
/api/workflows-actions/organizations/{organizationId}/consents
200Success