Posts
Access Skool posts from your community and interact with them
Query parameters
group_idstringRequired
pageintegerOptionalDefault:
1
sort_bystring · enumOptionalDefault:
newest
Possible values: category_idany ofOptional
stringOptional
nullOptional
session_idstringRequired
Header parameters
x-api-secretstringRequired
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
GET /v1/posts/?group_id=text&session_id=text HTTP/1.1
Host:
x-api-secret: text
Accept: */*
[
{
"id": "text",
"content": "text",
"author": {
"id": "text",
"username": "text",
"first_name": "text",
"last_name": "text",
"picture_bubble": "text",
"picture_profile": "text"
},
"title": "text"
}
]