curl --request GET \
--url https://api.shareofmodel.ai/v1/auth/user/tokens \
--header 'Authorization: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"created": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"role": "organization_guest",
"last_login": "2023-11-07T05:31:56Z"
}
]List all user API keys associated to the authenticated user.
curl --request GET \
--url https://api.shareofmodel.ai/v1/auth/user/tokens \
--header 'Authorization: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"created": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"role": "organization_guest",
"last_login": "2023-11-07T05:31:56Z"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt
Use this file to discover all available pages before exploring further.
255organization_guest - Organization Guestorganization_viewer - Organization Viewerorganization_editor - Organization Editororganization_owner - Organization Ownerworkspace_viewer - Workspace Viewerworkspace_editor - Workspace Editororganization_guest, organization_viewer, organization_editor, organization_owner, workspace_viewer, workspace_editor, , null