8. Active Campaigns
You can list your active campaigns using the relevant service
List Active Campaigns
GET{{WalletUrl}}/api/v1/campaign/active
The parameters that need to be sent to the service are as follows:
Parameter
Type
Compolsory
Description
apikeypublic
string
Yes
It is the authentication key used to provide general API access.
apiclientpublic
string
Yes
It is the public identification key that defines the client application.
{
"IsSuccess": true,
"IsFailure": false,
"Value": true
}Service Response
Parameter
Type
Description
IsFailure
bool
Indicates that an error occurred during the operation. If true, an error exists.
IsSuccess
bool
Indicates that the operation was successfully completed.
Errors
Array
A list containing error messages that occurred during the service call.
Items
Array
Contains the content information returned if the service is successful.
Last updated