Instance

GET /instance/{name} - Get Single Instance
The GET request will provide details of a specific instance when provided the instance nameget instance
get https://app.xano.com/api:meta/instance/{name} get instance Authentication: required Authorizations Path parameters namestringRequired Responses 200 Success! application/json Responseobject Show properties 400 Input Error. Check the request payload for issues. 403 Access denied. Additional privileges are needed access the requested resource. 404 Not Found. The requested resource does not exist. 429 Rate Limited. Too many requests. 500 Unexpected error get /instance/{name} HTTPGET /instance - Browse Instances
The GET request will provide a list of Instances associated with an account.browse instances
get https://app.xano.com/api:meta/instance browse instances Authentication: required Authorizations Responses 200 Success! application/json Responseobject[] Show properties 400 Input Error. Check the request payload for issues. 403 Access denied. Additional privileges are needed access the requested resource. 404 Not Found. The requested resource does not exist. 429 Rate Limited. Too many requests. 500 Unexpected error get /instance HTTP- 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.
Snippet / Token
These endpoints provide functionality for managing private snippet access tokens.
POST /snippet/{canonical}/token/{token]
Use this endpoint to update a token’s allowed number of installations.updates a snippet token
post https://app.xano.com/api:meta/snippet/{canonical}/token/{token} updates a snippet token Authentication: required Authorizations Path parameters canonicalstringRequired tokenstringRequired Body application/json max_installsinteger · int64Required current_installsinteger · int64Required Responses 200 Success! application/json Responseobject Show properties 400 Input Error. Check the request payload for issues. 403 Access denied. Additional privileges are needed access the requested resource. 404 Not Found. The requested resource does not exist. 429 Rate Limited. Too many requests. 500 Unexpected error post /snippet/{canonical}/token/{token} HTTPDELETE /snippet/{canonical}/token/{token}
Use this endpoint to delete an access token from a snippet.deletes a snippet token
delete https://app.xano.com/api:meta/snippet/{canonical}/token/{token} deletes a snippet token Authentication: required Authorizations Path parameters canonicalstringRequired tokenstringRequired Responses 200 Success! application/json Responseobject 400 Input Error. Check the request payload for issues. 403 Access denied. Additional privileges are needed access the requested resource. 404 Not Found. The requested resource does not exist. 429 Rate Limited. Too many requests. 500 Unexpected error delete /snippet/{canonical}/token/{token} HTTPGET /snippet/{canonical}/token
Use this endpoint to get a list of tokens for a snippet.returns a list of tokens for a snippet
get https://app.xano.com/api:meta/snippet/{canonical}/token returns a list of tokens for a snippet Authentication: required Authorizations Path parameters canonicalstringRequired Responses 200 Success! application/json Responseobject[] Show properties 400 Input Error. Check the request payload for issues. 403 Access denied. Additional privileges are needed access the requested resource. 404 Not Found. The requested resource does not exist. 429 Rate Limited. Too many requests. 500 Unexpected error get /snippet/{canonical}/token HTTPPOST /snippet/{canonical}/token
Use this endpoint to create a new token for a snippet.creates a new install token on the snippet
post https://app.xano.com/api:meta/snippet/{canonical}/token creates a new install token on the snippet Authentication: required Authorizations Path parameters canonicalstringRequired Body application/json max_installsinteger · int64Required Responses 200 Success! application/json Responseobject Show properties 400 Input Error. Check the request payload for issues. 403 Access denied. Additional privileges are needed access the requested resource. 404 Not Found. The requested resource does not exist. 429 Rate Limited. Too many requests. 500 Unexpected error post /snippet/{canonical}/token HTTPSnippets
GET /snippet/{canonical}
Retrieve a specific snippet by its canonical IDget a specific snippet by ID
get https://app.xano.com/api:meta/snippet/{canonical} get a specific snippet by ID Authentication: required Authorizations Path parameters canonicalstringRequired Responses 200 Success! application/json Responseobject Show properties 400 Input Error. Check the request payload for issues. 403 Access denied. Additional privileges are needed access the requested resource. 404 Not Found. The requested resource does not exist. 429 Rate Limited. Too many requests. 500 Unexpected error get /snippet/{canonical} HTTPPOST /snippet/{canonical}
Update settings on the snippet, such as the access method and access description.update settings on the snippet
post https://app.xano.com/api:meta/snippet/{canonical} update settings on the snippet Authentication: required Authorizations Path parameters canonicalstringRequired Body application/json install_accessstring · enumRequiredPossible values:public``link``token
install_access_descriptionstringRequired
Responses
200
Success!
application/json
Responseobject
Show properties
400
Input Error. Check the request payload for issues.
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
post
/snippet/{canonical}
HTTP