APIs & Integrations

TZiesing
Contributor

permission

SOLVE

Hi there. I am facing the problem while doing a api call on: contacts/v1/lists/dynamic

 "status""error",
    "message""This oauth-token (XXXXXXXXXXXXXX) does not have proper permissions! (requires any of [contacts-lists-access, contacts-lists-read])",
    "correlationId""xxxxxxxxxxxx"
 
As far as I could see list permission and contact read and write are given- does anyone has a hint for me what I am doing wrong here?
0 Upvotes
1 Accepted solution
ChehakWadhdwa
Solution
Member | Diamond Partner
Member | Diamond Partner

permission

SOLVE

hi @TZiesing 

 There should be permissions named as 

contacts-lists-access or contacts-lists-read

you have to give any ine from them and you have given contact read and write which will not works in the lists.

 

Hope this helps!

If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.

View solution in original post

0 Upvotes
2 Replies 2
ChehakWadhdwa
Solution
Member | Diamond Partner
Member | Diamond Partner

permission

SOLVE

hi @TZiesing 

 There should be permissions named as 

contacts-lists-access or contacts-lists-read

you have to give any ine from them and you have given contact read and write which will not works in the lists.

 

Hope this helps!

If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.

0 Upvotes
TZiesing
Contributor

permission

SOLVE

Thanks a bunch. That helps a lot. Best regards

0 Upvotes