Resources Snap Ins

Gets snap-in resources for a user in a snap-in.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

idstringRequiredformat: "id"

The ID of the snap-in to get resources for.

userstringRequiredformat: "id"
The ID of the user to get resources for.

Response

Success.
snap_in_versionobject
event_sourcesmap from strings to strings or null

The event sources for the snap-in.

inputsobject or null

The inputs for the snap-in.

keyringsmap from strings to objects or null
Map of keyring names and its data.

Errors