Introduction
Was this section helpful?
What made this section helpful for you?
What made this section unhelpful for you?
On this page
- Introduction
POST
Create an accountPOST
Resend Verification EmailPATCH
Update an accountGET
Retrieve an accountGET
List all connected accountsPOST
Create API Key for connected accountGET
Retrieve API Keys for connected accountDELETE
Disable API Key for connected accountDELETE
Delete an accountPOST
Create Webhook for connected accountPOST
Disable Webhook for connected accountGET
Retrieve Webhooks for connected accountThe SubScrypt API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
You can use the SubScrypt API in dev mode, which doesn’t affect your live data or interact with the live networks. The API key you use to authenticate the request determines whether the request is live mode or test mode.
The SubScrypt API doesn’t support bulk updates. You can work on only one object per request.