cURL
curl --request GET \ --url https://api.pocketflows.com/campaigns/{id}/variables \ --header 'Authorization: Basic <encoded-value>'
{ "variables": [ "<string>" ] }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The ID of the campaign
The variables associated with the campaign's steps
The response is of type object.
object