Sessions
Represent authenticated connections to individual Skool accounts
Header parameters
x-api-secretstringRequired
Body
emailstringRequired
passwordstringRequired
Responses
201
Successful Response
application/json
422
Validation Error
application/json
post
POST /v1/sessions/ HTTP/1.1
Host:
x-api-secret: text
Content-Type: application/json
Accept: */*
Content-Length: 34
{
"email": "text",
"password": "text"
}
{
"id": "text",
"status": "pending"
}