Get campaign details
curl --request GET \ --url https://api.charp.ai/campaigns/{campaign_id} \ --header 'Authorization: Bearer <token>'
{ "campaign_id": "<string>", "brand_id": "<string>", "name": "<string>", "status": "pending" }
Bearer token authentication using OAuth2 access token
Unique identifier of the campaign
Campaign details retrieved successfully
The response is of type object.
object