Skip to content

Instantly share code, notes, and snippets.

@vinaygupta2
Created March 21, 2017 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinaygupta2/ed9b6cea454bf4271790058743fbefa0 to your computer and use it in GitHub Desktop.
Save vinaygupta2/ed9b6cea454bf4271790058743fbefa0 to your computer and use it in GitHub Desktop.
Request:
/my/authorised-actions?service-id=0431941000,0431941001
Response:
{
"data":[
{
"action":"readonly",
"target":{
"type":"service",
"id":"0431941000"
}
},
{
"action":"readwrite",
"target":{
"type":"service",
"id":"0431941001"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment