cURL
curl --request GET \ --url https://x8ki-letl-twmt.n7.xano.io/api:meta/workspace/{workspace_id}/apigroup/{apigroup_id} \ --header 'Authorization: Bearer <token>'
{ "id": 1, "created_at": "2023-04-19 21:01:32+0000", "updated_at": "2023-04-19 21:01:32+0000", "name": "API Group Test", "description": "My API groups description", "docs": "Documentation", "guid": "YE1fwVhQ-enRlc6Sb42Gqru58-0", "canonical": "FRzyRdY0", "branch": "v1", "tag": [ "example tag" ] }
Get detailed information for a specific API group. Returns complete metadata and configuration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success!
Was this page helpful?