cURL
curl --request GET \ --url https://app.xano.com/api:meta/snippet/{canonical}/token \ --header 'Authorization: Bearer <token>'
[ { "created_at": "2023-05-09 21:31:20+0000", "updated_at": "2023-05-09 21:31:20+0000", "token": "OL3T4JYM", "max_installs": 23, "current_installs": 123 } ]
Returns a list of install tokens for a specific snippet
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success!
Was this page helpful?