Authenticaition for a Grant API POST
Hi
I'm making the following API call using ItDuzzit.com:
url: https://api.podio.com/grant/item/144809566
method: POST
headers: Authorization: OAuth2 [[User.SiteAccessToken]]
Content-type: application/json
message body: {
"people": [14433261],
"action": "view",
"message": "check this out"
}
Sample response: {
"invitable":
[
{
"profile_id": 113466231
}
]}
It's looks like I've invoked the right authorisations in the Duzzit Editor before I make the request above but I get the following error back:
{"error_parameters":{},"error_detail":null,"error_propagate":false,"request":{"url":"http:\/\/api.podio.com\/grant\/item\/144809566","query_string":"","method":"POST"},"error_description":"Must be at least light on user 14433261 to perform this operation","error":"forbidden"}
Could it be something to do with itDuzzit's permissions? I have set my ItDuzzit editor with an admin user profile details.
Thanks
Michal
Please sign in to leave a comment.
Comments
1 comment