cURL
curl --request GET \ --url https://api.leadping.ai/sources/{id} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "modifiedAt": "2023-11-07T05:31:56Z", "name": "<string>", "description": "<string>", "enabled": true, "apiKey": "<string>" }
JWT Authorization header using the Bearer scheme. (i.e. "Bearer 1234abcdef")
The ID of the source to retrieve.
Source was successfully retrieved.
Show child attributes