M
User created using POST call is not being displayed in GET
Misterios Person about 4 years ago 4295 views 1 replies
User created using POST call is not being displayed in GET
1 reply
Z
zeevy about 4 years ago
Please use authentication also for GET calls, without that you can't get the data that you created/modified.
for user privacy reasons data created/modified by a user will only available to that user. Due to this you need to pass your access token in GET request also