API Reference

Issue API key

This endpoint creates a Gigasheet API token from an Auth0 consent code. Unlike other API endpoints, this endpoint cannot itself be authenticated using an API token, it must be authenticated using the interactive login flow. To create an API token, follow the Getting Started documentation.

Log in to see full request history
Body Params

create api token request

string
required

The consent code.

string
required

The redirect URI to give to Auth0 when converting the code to a permanet API token. Must match the redirect URI in the request that was sent to generate the consent code.

Responses

Language
Click Try It! to start a request and see the response here!