Subscription Contracts

To fetch subscription contracts

Get Subscription Contracts

GET https://app.appointo.me/api/appointment_subscriptions

Query Parameters

NameTypeDescription

search_term (optional)

string

Search keyword can be any of the following: - Product Name - Variant Name - Order No. - Customer Name

Headers

NameTypeDescription

APPOINTO-TOKEN*

String

Appointo API token

[{
    id: 123,
    ...
}]

Last updated