Dashboard
APIExtend Memberships API | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

Extend Memberships - Bulk Update Subscription Expiration Dates

Extend the expiration of all memberships in a project.

PATCH/v2/projects/{project_id}/memberships/extend

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

Request Body

extendnumber | stringrequired

New expiration date for all memberships. Accepts Unix timestamp in milliseconds (13-digit number) or ISO 8601 string. The date must be in the future.

Last updated: