Parent Ping
Gets basic information about the logged in parent and what access they have. This endpoint is also used for revalidating your session id (authentication token).
Authorization
Authorization
<token>This is the session_id
returned when logging in. It must be prefixed with Basic
. e.g. Basic eW91IHNob3VsZCBzdGFyIHRoaXMgcmVwbyE=
In: header
Request Body
application/x-www-form-urlencoded
Optionalinclude_data
stringIncludes a new session id in the response meta
Default:
"true"
Parent information & session_id (if requested)