Authorization: Bearer ********************
{
"company": 1,
"api_key": "abc12345apikey",
"secret_key": "xyz98765secret",
"webhook_url": "https://example.com/webhook",
"documentation_link": "https://example.com/api-docs",
"additional_note": "Used for external order integration"
}
curl --location -g --request POST '{{base_url}}api-integration' \
--header 'Content-Type: application/json' \
--data-raw '{
"company": 1,
"api_key": "abc12345apikey",
"secret_key": "xyz98765secret",
"webhook_url": "https://example.com/webhook",
"documentation_link": "https://example.com/api-docs",
"additional_note": "Used for external order integration"
}'
{}