Skip to content

User Shortcuts

Fetch the program user's shortcuts.

Request

Fetch the program user's shortcuts.

Security
oauth2_as_a_user(Required scopes: users.read)
curl -i -X GET \
  https://partner.socialchorus.com/v2/shortcuts \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
Array [
idinteger

ID of the integration/shortcut

Example:628
namestring
Example:"Employee Notices"
image_urlstring

The url for the shortcut's image

banner_image_urlstring

The url for the shortcut's banner_image url

]
Response
[ { "id": 628, "name": "Employee Notices", "image_url": "string", "banner_image_url": "string", "links": [] } ]