Oneport Docs
ApiV1WorkspacesSlugMe

/v1/workspaces/{slug}/me

GET
/v1/workspaces/{slug}/me

Path Parameters

slug*string

Response Body

application/json

curl -X GET "https://example.com/v1/workspaces/acme/me"
{  "user": {    "id": "string",    "email": "string",    "name": "string",    "isAnonymous": true  },  "role": "string",  "workspace": {    "slug": "string",    "name": "string",    "logo": "string"  }}