Skip to main content
POST
Mobile app authentication

Authorizations

Authorization
string
header
required

All API requests must include a valid Bearer token in the Authorization header. Tokens are 64-character SHA-256 session hashes issued by the PropOps authentication system.

Example:

Body

application/json
action
enum<string>
required
Available options:
validate_token,
logout
token
string

Authentication token (required for validate_token)

platform
enum<string>
Available options:
ios,
android
Example:

"ios"

device_type
string
Example:

"iPhone"

app_version
string
Example:

"2.1.0"

Response

Mobile auth response

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"

session_token
string
csrf_token
string
user
object