I4A API 2.0

From i4a API Wiki
Revision as of 13:21, 26 October 2022 by Felix2 (talk | contribs) (Created page with "== Security == To access any of the API functionality, you must first authenticate. Information is available on the API Settings page on how to obtain the values needed t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Security

To access any of the API functionality, you must first authenticate. Information is available on the API Settings page on how to obtain the values needed to authenticate and update them, if need be.


REST Authentication

Example:

curl --location --request POST 'https://<yourdomain.com>/i4a/api2/authenticate' \
--form 'username="XXXXXXXX"' \
--form 'password="XXXXXXXX"' \
--form 'token="XXXXXX-XXXX-XXXXX-XXXXXXXXXXX"'

Response: