cURL
curl --request GET \ --url https://app.xano.com/api:meta/instance/{name} \ --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 details for a specific instance by name
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success!
Was this page helpful?