Description
To search for workspaces for which you have access.
Note: To use this API a personal user profile token must be generated. For more information about how to get an API key see, Generating API key.
GET https://app.workspace.ai/api/public/user/me
Header
Invoke the API with JWT in the header with the following syntax:
auth: {{apiKey}}
API Parameters
| Parameter | Description | 
| q | Name of the workspace you are searching. | 
| offset | The offset is used to fetch a specific page result. The default offset value is ‘0’
 For example, offset=20.  | 
| Limit | The maximum number of records to return. Max value for limit is 100.
 For example, limit=20.  | 
Response Content Type
application/json
Sample Request
curl --location --request GET https://Workspace.ai.kore.ai/public/workSpaces?q=name&offset=20&limit=20' \
--header 'auth: {{apiKey}}'
Sample Response
{
"userId": "u-1063ff23-a182-595c-98e8-cfdd9964fefa",
"accountId": "ac-99d8eb31-64c0-5f61-abcd-6b1bb0545777",
"firstName": "Workspace.ai",
"lastName": "Team",
"orgId": "o-232b5ddf-4925-5978-bded-d8d5131aa62c",
"emailId": "Workspace.ai.team@kore.com"
}