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 account metadata.

Resource URL

/api/1.0/account/metadata

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?No
HTTP MethodGET

Example Request URL

Example Result

{
    "status": <'A'|'S'>,
    "title": <string>,
    "language": <string>
}

 

 

  • No labels
Write a comment…
Quatrix APIs v1.0 QA1