curl --request POST \
--url https://api.getenso.ai/apps \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Stripe",
"type": "payment_gateway"
}
'{
"status": "success",
"message": "Success",
"data": {}
}Register a new third-party application integration definition.
curl --request POST \
--url https://api.getenso.ai/apps \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Stripe",
"type": "payment_gateway"
}
'{
"status": "success",
"message": "Success",
"data": {}
}JWT bearer token obtained from POST /auth/system-login using your client credentials.