The SessionCreate payload.

This is used to authenticate a user and obtain a token to interface with the API.


Example

{
"identifier": "yendri",
"password": "authentícame por favor",
"platform": "linux",
"client": "pilfer"
}

Hierarchy

  • SessionCreate

Properties

client: string

The client the session was created by.

identifier: string

The session user's identifier. This can be either their email or username.

password: string

The session user's password.

platform: string

The session's platform (linux, windows, mac, etc.)