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

The response is of type OrgMemberApps · object[].