Skip to main content

Pause and Resume Offers

This endpoint allows publishers to control offer statuses by pausing and resuming offers programmatically

Written by GoKart Support

Pause Offer

Pause an offer to update its status from Active to Pending.

Endpoint

PATCH /api/v1/sdk-offer-management/offers/{id}/pause

Example Request

PATCH https://api.[YOUR_TENANT].getgokart.ai/api/v1/sdk-offer-management/offers/b84a08e7-c134-440a-b396-a06feeb09543/pause

Resume Offer

Resume an offer to update its status from Pending to Active.

Endpoint

PATCH /api/v1/sdk-offer-management/offers/{id}/resume

Example Request

PATCH https://api.[YOUR_TENANT].getgokart.ai/api/v1/sdk-offer-management/offers/b84a08e7-c134-440a-b396-a06feeb09543/resume

Shared Behavior (applies to both endpoints)

  • {id} must be a valid GoKart Offer ID

  • All endpoints are idempotent — pausing an already paused offer (or resuming an already active offer) will succeed without error

  • No request body is required

  • Changes take effect immediately upon success

  • All successful responses return 204 No Content

Did this answer your question?