Getting started
Last updated
Last updated
The Stent API supports read and write (mutating) access to contacts, campaigns, contents, and more. It gives you the ability to both view and use any data you have in your Stent workspaces outside of the platform.
The Stent API is based on the GraphQL structure (an alternative to REST-based API), which operates on a single URL/endpoint. You can use the API to pull and/or alter data living in your workspaces.
If you’re a Stent workspace administrator, the first step is to get your API credentials.
Once you get your credentials, the next step in setting up the API is to authenticate with the Access Tokens. For more information, see the section below.
Browse our endpoints and start querying the API with the playground. Using the API can be done by a simple POST request with the query in the request body.