cURL
curl --request POST \ --url https://api.example.com/api/integrations \ --header 'Content-Type: application/json' \ --data ' { "providerCode": "<string>", "name": "<string>", "agentId": "<string>", "credentials": {}, "config": {} } '
{ "id": "<string>", "message": "<string>" }
Was this page helpful?