Hi Team,
I was going through the network api: POST/api/dm/v1/data/query/v1/network and while trying it out…i provided the parameters and still i was getting:404 page not found. i have attached the screenshots below…i kindly request to look upon it
Hi @neelima
Thanks for pointing this out, there is an issue with the API route. The correct path is
/dm/api/dm/v1/data/query/network
Please note there is just an additional V1 in the swagger doc. We will fix this in immediate next swagger doc release.
Thanks
C
Hi,
i tried the api :https://experience.aikaan.io/dm/api/dm/v1/data/query/network , but iam still getting the response as:{“message”:“Unauthorized”}
i tried the curl command: Iam attaching the screenshot below:
Hi,
But now, you are not passing the JWT. You have pass the token obtained from sigin API.
–cookie aicon-jwt=
Refer to
Hey, sorry for the delayed the response.
Yes, you need to set a cookie called aicon-jwt . Following is how it will work.
Firstly, you use the signin API to get a token. The response would look like so:
{
"respcode": 0,
"respmsg": "SUCCESS",
"data": {
"userid": "7f645e2e-c449-4bba-8e62-2686eba03299",
"email": "sabu@benlycos.com",
"token": "eyJhb354NiIsInR5ASDfaSFAFSDCJ9.eyJjbGllbnRpZCI6ImUxNWJhMmNlLTgyY2UtNDIyOS1hZmRkLThkNDgxZTY5MaSDASFSFASMTYwNDQwMzA5MCwiaXNzIjoibDJEM05KT043…