6. Activate

You can activate your campaign using the relevant service.

Activate Campaign

POST{{WalletUrl}}/api/v1/campaign/activate?Id=0000-0000-0000-0000-0000

Note: To use this service, the apikeypublic and apiclientpublic parameters must be included in the Header field.

WalletAPI Address

The parameters that need to be sent to the service are as follows:

Parameter
Type
Required
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.

{
    "Value": true,
    "Errors": [],
    "IsSuccess": true,
    "IsFailure": false
}

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.

Value

Array

Contains the content information returned if the service is successful.

Last updated