Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.swarmd.ai/tenant-auth/v1/me \ --header 'Authorization: Bearer <token>'
{ "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "tenantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "groups": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "tenantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "permissions": [ {} ], "createdAt": "2023-11-07T05:31:56Z", "description": "<string>", "isDefault": true, "isAdmin": true, "version": "<string>", "archivedAt": "2023-11-07T05:31:56Z", "createdBy": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "tenantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "<string>", "createdAt": "2023-11-07T05:31:56Z", "permissions": [ {} ], "firstName": "<string>", "lastName": "<string>", "source": "<string>", "groupIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] }, "reason": "<string>" } ], "permissions": [ {} ], "email": "<string>", "firstName": "<string>", "lastName": "<string>" }
JWT token (USER, AGENT, or SERVICE auth)
OK
Show child attributes