Returns a single share group by its key. Use $expand=members and/or $expand=opportunities to embed group members and shared opportunities in the response.
GET
/transact-workflow/v1/users/{userId}/ShareGroup/{shareGroupId}
curl \
--request GET 'https://api.pre.lwolf.com/transact-workflow/v1/users/{userId}/ShareGroup/{shareGroupId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "lw-subscription-key: $API_KEY"
Response examples (400)
{
"error": "string",
"message": "string"
}
Response examples (401)
{
"error": "string",
"message": "string"
}
Response examples (403)
{
"error": "string",
"message": "string"
}
Response examples (404)
{
"error": "string",
"message": "string"
}