We have created a Postman collection for the Glide API v2. This is useful if you want to execute the API from your own environment or perform a more rigorous exploration that possible from our documentation.

Run collection in Postman

Running in Postman

Once you have forked the collection into your own Postman workspace using the button above, you should do the following before executing any requests:

1

Select Production Environment

Select the “Glide Production” environment from the dropdown in the top right of the Postman window: Select the Glide Production environment

2

Add Glide API key

Add your personal Glide API key to the Glide Production environment as the current value of the token variable: Add Glide API key

3

Execute calls

Navigate to any of the requests in the collection and click the “Send” button to execute the request. Execute request The request will be executed scoped to your Glide team using the Glide API key you set in the previous step.