cURL
curl --request GET \ --url https://app.xano.com/api:meta/instance \ --header 'Authorization: Bearer <token>'
[ { "name": "x1234-4567-8901", "display": "My Instance", "xano_domain": "x1234-4567-8901.n7.xano.com", "custom_domain": "<string>", "rate_limit": true, "meta_api": "https://x1234-4567-8901.n7.xano.com/api:meta", "meta_swagger": "https://x1234-4567-8901.n7.xano.com/apispec:meta?type=json" } ]
Returns a list of instances linked to your Xano account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success!
Was this page helpful?