Master Metadata API
Last updated
Last updated
The master Metadata API allows you to browse and retrieve Instances of an account associated with a Personal Access Token. It is especially useful for displaying an account's different Instances in a UI.
The master Metadata API Swagger documentation can be accessed by the following URL:
https://app.xano.com/api:meta
The GET request will provide details of a specific instance when provided the instance name
The GET request will provide a list of Instances associated with an account.
The response provides both the Xano domain and the custom domain (if applicable).
The meta_api value will provide access to the Metadata API for the given Instance.
The JSON of the Metadata API Swagger for the Instance is also provided.
These endpoints provide functionality for managing private snippet access tokens.
For reference, the canonical ID of your snippet is found at the end of the URL.
In this example URL, abC123Zx is our canonical.
Use this endpoint to update a token's allowed number of installations.
Use this endpoint to delete an access token from a snippet.
Use this endpoint to get a list of tokens for a snippet.
Use this endpoint to create a new token for a snippet.
Retrieve a specific snippet by its canonical ID
Update settings on the snippet, such as the access method and access description.
List all snippets owned by the authenticated user.
deletes a snippet token Authentication: required
Success!
get instance Authentication: required
Success!
browse instances Authentication: required
Success!
returns a list of tokens for a snippet Authentication: required
Success!
get a specific snippet by ID Authentication: required
Success!
creates a new install token on the snippet Authentication: required
Success!
updates a snippet token Authentication: required
Success!
list snippets owned by the authenticated user Authentication: required
Success!
update settings on the snippet Authentication: required
Success!