Helix Resources

ResourceEndpointDescription
UserGet UsersGet list of Users @index
UserGet UsersGet list of Users with social connections @index2
UserGet UsersGet list of Users

User

Get Users

GEThttps://api.example.org/helix/users

Get list of Users @index

Request Query Parameters

FieldTypeRequiredDescription
my_query_parameterDateNoExample Description

Response Body

FieldTypeDescription
idIntegerNo description
usernameStringNo description
emailStringNo description
overlay_tokenStringNo description
created_atDatetimeNo description

Example response

{
    "id": 42,
    "username": "derpierre65",
    "email": "hello@derpierre65.dev",
    "overlay_token": "pu72I3Vkz7iAJegTpzp28ctTWsm",
    "created_at": "2022-01-01T00:00:00Z"
}

Get Users

GEThttps://api.example.org/helix/users

Get list of Users with social connections @index2

Response Body

FieldTypeDescription
dataArray[]No description
   idIntegerNo description
   usernameStringNo description
   emailStringNo description
   overlay_tokenStringNo description
   created_atDatetimeNo description

Example response

{
    "data": [
        {
            "id": 42,
            "username": "derpierre65",
            "email": "hello@derpierre65.dev",
            "overlay_token": "pu72I3Vkz7iAJegTpzp28ctTWsm",
            "created_at": "2022-01-01T00:00:00Z"
        }
    ]
}

Get Users

GEThttps://api.example.org/helix/users

Get list of Users

Example response

[]