S

SubscriptionFlow REST API

REST discovered

Details
URL
https://{instance-name}.subscriptionflow.com/api/v1
Docs
https://www.subscriptionflow.com/api/
Authentication
OAuth client credentials (client ID + client secret) oauth2_cc discovered Set up OAuth ↗
Authorization: Bearer <credential>

In your SubscriptionFlow account, go to Administration SettingsAPI Keys under Apps & API, enter a client name, and click Create Client to generate a client_id and client_secret, as described in Using OAuth Client. Use those values to request an access token from https://{instance-name}.subscriptionflow.com/oauth/token with grant_type=client_credentials, per How to use the SubscriptionFlow API?.