Snap ins
Resources Snap Ins (POST)
Gets snap-in resources for a user in a snap-in.
AuthorizationBearer <token>
All the DevRev APIs require a token to authenticate the user. Provide Authorization: Bearer <TOKEN>
as a header to every API request.
How do I find my token?
In: header
idstring
The ID of the snap-in to get resources for.
Format
id
userstring
The ID of the user to get resources for.
Format
id
Response Body
curl -X POST "https://api.devrev.ai/snap-ins.resources" \ -H "Content-Type: application/json" \ -d '{ "id": "string", "user": "string" }'
{
"event_sources": {
"property1": "string",
"property2": "string"
},
"inputs": {},
"keyrings": {
"property1": {
"id": "string",
"is_expired": true,
"secret": "string"
},
"property2": {
"id": "string",
"is_expired": true,
"secret": "string"
}
},
"snap_in_version": {
"display_id": "string",
"id": "string"
}
}
{
"detail": "string",
"message": "string",
"type": "artifact_already_attached_to_a_parent",
"existing_parent": "string",
"is_same": true
}
{
"detail": "string",
"message": "string",
"type": "unauthenticated"
}
{
"detail": "string",
"message": "string",
"type": "forbidden"
}
{
"detail": "string",
"message": "string",
"type": "too_many_requests",
"retry_after": 0
}
{
"detail": "string",
"message": "string",
"type": "internal_error",
"reference_id": "string"
}
{
"detail": "string",
"message": "string",
"type": "service_unavailable"
}