Skip to main content
GET
Get a list of all API tokens for a specific Data App. This is useful for managing and auditing API tokens associated with your Data Apps.
Authentication Requirement: This endpoint requires a service token (not a data app API key). Service tokens have elevated permissions to manage API tokens across your organization.

Endpoint Formats

Authentication

This endpoint requires a service token in the Authorization header. Service tokens differ from data app API keys and provide organization-level permissions. To access your service token:
  1. In Settings page, navigate to the Service Tokens section.
  2. Click the “Generate Token” button to create a new service token if you don’t have one already.
Use this token as the Bearer value in your Authorization header.

Headers

string
required
Bearer token for API authentication. Use your service token (not data app API key).

Query Parameters

string
required
The name of the Data App to list API tokens for. This must exactly match an existing Data App name.
string
Whether to paginate results. Pass "true" to enable pagination with a limit of 10 per page.Note: Query parameters are passed as strings. Use "true" or "false".
string
Page number to retrieve (1-based). Only used when isPagination is "true". Must be a numeric string (e.g., "1", "2").

Response

array
Array of API token objects with their metadata.
string
The API key value (UUID). Use this key for authentication when making API requests.
string
The descriptive name/label assigned to the API token when it was created.
string
The description of the API token, typically indicating the Data App it belongs to.
string
ISO 8601 formatted timestamp indicating when the API token was created.
object
Error object returned only when the request fails. Not included in successful responses.

Examples

HTTP Status Code Summary

Possible Errors

Quick Start Guide

1

Get your service token

In Settings page, navigate to the Service Tokens section. Click the “Generate Token” button to create a new service token if you don’t have one already.
2

Identify the Data App

Use the List Data Apps API to find the Data App name:
3

List API tokens

Get all API tokens for the Data App:
4

Manage your tokens

Use the token information to manage your API keys:

Next Steps

Create API Token

Generate new API tokens for your Data Apps

Rotate API Key

Rotate API keys for enhanced security

List Data Apps

View all Data Apps in your organization

Create Embed

Use your API tokens to create embed configurations