The SessionCreate payload.
This is used to authenticate a user and obtain a token to interface with the API.
{ "indentifier": "yendri", "password": "authentícame por favor", "platform": "linux", "client": "pilfer"} Copy
{ "indentifier": "yendri", "password": "authentícame por favor", "platform": "linux", "client": "pilfer"}
The client the session was created by.
The session user's identifier. This can be either their email or username.
The session user's password.
The session's platform (linux, windows, mac, etc.)
The SessionCreate payload.
This is used to authenticate a user and obtain a token to interface with the API.
Example