Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

This API call returns a list of available accounts for an active user.

Resource URL

/api/1.0/account/list

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes (User context only)
HTTP MethodGET

 

Example Result

{
    "id": <uuid>,
    "hostname": <string>,
    "plan": <string>,
	"status": <'A'|'S'>
}
  • No labels
Write a comment…
Quatrix APIs v1.0 QA1