v1

latestOpenAPI 3.0.02026-07-14184214216.1 KB
user

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.

post/user/api-token/create

Request body

codestring required

The consent code.

redirect_uristring 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.

Response

OK

{"stackTrail":"paths:/user/api-token/create:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}