Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodGET

Example Request URL

Example Result

Code Block
languagejs
{
    "id": <uuid>,
    "name": <string>,
    "email": <string>,
    "super_admin": <string>,
    "home_id": <uuid>,
    "operations": <int>,
	"max_file_size": <int>,

    "max_files_per_share": <int>,
    "plan": <string>,
    "is_contact": <bool>,
    "has_key": <bool>,
    "language": <string>,
    "channel_id": <uuid>,

    "account_id": <uuid>,
    "storage_id": <uuid>,
    "created": <timestamp>,
    "modified": <timestamp>,
    "quota": <int>,
    "status": <"A"|"D">,
    "uid": <int>,
    "gid": <int>,
    "has_key": <bool>,
    "enable_pgp": <bool>,
	"message_signature": <string>
}

 

 

 

 

Quatrix APIs v1.0 QA1