← Back to all endpoints
POST
/dsb/plan-urls
auth required
Headers
Name
Required
Description
X-Session-Token
Yes
-
Request Body
Content-Type
Format
application/json
object
Schema
Field
Type
Required
Description
username
string
Yes
DSBmobile username or school identifier
password
string
Yes
DSBmobile password
Example
{ "username": "<DSBmobile username or school identifier>", "password": "<DSBmobile password>" }
Responses
200
Successful Response
422
Validation Error
{ "detail": [] }