cURL
curl --request GET \ --url https://app.xano.com/api:meta/snippet \ --header 'Authorization: Bearer <token>'
{ "curPage": 123, "nextPage": 123, "prevPage": 123, "items": [ { "canonical": "kRG3t_-i", "created_at": "2023-03-23 23:32:56+0000", "updated_at": "2023-03-27 17:58:48+0000", "name": "Token Share Test", "review": "pending", "review_exception": "<string>", "install_access": "public", "install_access_description": "<string>", "featured": true, "verified": true } ] }
Returns a paginated list of snippets owned by the authenticated user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success!
Show child attributes
Was this page helpful?