Hi Gabriel1321,
We use REST API at SysAid attaching here a general guide to get you started:
https://documentation.sysaid.com/docs/rest-api-guide
Let us know how it goes!
Cheers,
Maayan, SysAid Community Manager
Hello everyone! I'm new here and I was wondering, does anyone know if there's a premade way here in SysAid to connect SysAid to a database or related? I would be glad if someone could answer. Thank you in advance.
I tried make login by API with NextJS (JavaScript) but it doesn’t work. Do you have success in logins??
https://***.sysaidit.com/api/v1/login
Hi
I have two accounts. One domain and one local.
For the domain account, the body is as you have it works for me.
{“user_name”: “XXXXX”, “password”: “XXXXX”}
But for the local account (password set in sysaid), I have to include the account id or it fails. So yours would look like:
{“user_name”: “XXXXX”, “account_id”: “globalbanking“, “password”: “XXXXX”}
Hope this works for you.
Troy
Let us know!
Sorry for delay, I will try.
I change my code but I have problem with CORS policy from the SysAid server.
It is in the backend.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.