post https://{api_url}/api/v5/admin//company_text
Create base company configuration text
Log in to see full request history
Response
201Company text configurations create
Create base company configuration text
201Company text configurations create
xxxxxxxxxx
curl --request POST \
--url https://example.jrni.com/api/v5/admin/company_id/company_text \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"message_type": "public_consent"
}
'
Try It!
to start a request and see the response here!