POST
/
v1
/
client
/
campaign
/
sign_up
curl --request POST \
  --url https://api.orderly.org/v1/client/campaign/sign_up \
  --header 'Content-Type: application/json' \
  --data '{
  "campaign_id": 123
}'
{
  "success": true,
  "timestamp": 1702989203989
}

Body

application/json

Response

200 - application/json

OK

The response is of type object.