GET
/
v1
/
orgs
/
members
/
{id}
/
spaces
curl --request GET \
  --url https://api.pulze.ai/v1/orgs/members/{id}/spaces \
  --header 'Authorization: Bearer <token>'
[
  {
    "app_member_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "description": "<string>",
    "permissions": [],
    "user_app_logs": [],
    "added_on": "2023-11-07T05:31:56Z",
    "modified_on": "2023-11-07T05:31:56Z",
    "app_logo": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/json
Successful Response
app_member_id
string
required
app_id
string
required
name
string
required
description
string | null
required
added_on
string
required
modified_on
string
required
permissions
string[]
user_app_logs
string[]