Documentation Index

Fetch the complete documentation index at: https://docx.syndigo.com/llms.txt

Use this file to discover all available pages before exploring further.

Username Authentication

Prev Next

Retrieves a time-limited authorization token.

Url Parameters

  • username – this is the username of your API user.
  • secret – this is the secret of your API user. IMPORTANT: SECRET MUST BE URL ENCODED.

Sample Request

GET api/auth?username=notarealuser&secret=appropriatelyurlencodedsecret

Sample Response

{
"Value": "cmFuZG9taXplZGF1dGhlbnRpY2F0aW9uYmVhcmVydG9rZW4="
}