Skip to main content
GET
/
twitter
/
spaces
/
detail
Get Space Detail
curl --request GET \
  --url https://api.aisa.one/apis/v1/twitter/spaces/detail \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "title": "<string>",
    "state": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "scheduled_start": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "media_key": "<string>",
    "is_subscribed": true,
    "settings": {
      "conversation_controls": 123,
      "disallow_join": true,
      "is_employee_only": true,
      "is_locked": true,
      "is_muted": true,
      "is_space_available_for_clipping": true,
      "is_space_available_for_replay": true,
      "no_incognito": true,
      "narrow_cast_space_type": 123,
      "max_guest_sessions": 123,
      "max_admin_capacity": 123
    },
    "stats": {
      "total_replay_watched": 123,
      "total_live_listeners": 123,
      "total_participants": 123
    },
    "creator": {
      "id": "<string>",
      "name": "<string>",
      "userName": "<string>",
      "location": "<string>",
      "url": "<string>",
      "description": "<string>",
      "protected": true,
      "isVerified": true,
      "isBlueVerified": true,
      "verifiedType": "<string>",
      "followers": 123,
      "following": 123,
      "favouritesCount": 123,
      "statusesCount": 123,
      "mediaCount": 123,
      "createdAt": "2023-11-07T05:31:56Z",
      "coverPicture": "<string>",
      "profilePicture": "<string>",
      "canDm": true,
      "affiliatesHighlightedLabel": {},
      "isAutomated": true,
      "automatedBy": "<string>"
    }
  },
  "status": "success",
  "msg": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

space_id
string
required

The ID of the space.

Response

200 - application/json

Successful response

data
object
status
enum<string>
Available options:
success,
error
msg
string