cURL
curl --request GET \ --url https://api.truecall.com/campaigns/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "id": "<string>", "api_key": "<string>", "name": "<string>", "created_at": 1718104009000, "sources_config": { "allow": [ "<string>" ], "block": [ "<string>" ], "allow_all": true } } }
Retrieves details of a specific campaign identified by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the item to retrieve.
Campaign details response
The response is of type object.
object