cURL
curl --request POST \ --url https://api.leadping.ai/sources \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "name": "<string>", "description": "<string>", "enabled": true, "apiKey": "<string>", "businessId": "<string>" }'
{ "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "modifiedAt": "2023-11-07T05:31:56Z", "name": "<string>", "description": "<string>", "enabled": true, "apiKey": "<string>", "user": { "id": "<string>", "name": "<string>" }, "business": { "id": "<string>", "name": "<string>" } }
JWT Authorization header using the Bearer scheme. (i.e. "Bearer 1234abcdef")
The source data to create.
255
Source was successfully created.
Show child attributes