API Documentation
User
Integration Account
Integration Definition
User
Get user
GET
/
v1
/
user
curl --request GET \
--url http://localhost:8000/api/v1/user
{
"userId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"firstname": "<string>",
"lastname": "<string>",
"email": "<string>",
"Workspace": [
{
"workspaceId": "<string>",
"slug": "<string>",
"userId": "<string>",
"initialSetupComplete": true,
"anonymousDataCollection": true,
"deleted": "2023-11-07T05:31:56Z"
}
]
}
Response
200 - application/json
curl --request GET \
--url http://localhost:8000/api/v1/user
{
"userId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"firstname": "<string>",
"lastname": "<string>",
"email": "<string>",
"Workspace": [
{
"workspaceId": "<string>",
"slug": "<string>",
"userId": "<string>",
"initialSetupComplete": true,
"anonymousDataCollection": true,
"deleted": "2023-11-07T05:31:56Z"
}
]
}