v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBBenefits
Get benefit
Get benefit by id
Required scopes: flex.collaboration.benefits.read
get/api/v2/organizations/{orgSlug}/benefits/{benefitId}
Path parameters
benefitIdstring required
benefit id
orgSlugstring required
organization slug
Response
Example response
{
"_id": "603dfbc260f4054084125d31",
"name": "Benefit Name",
"description": "Example Description",
"content": "<p>Example Content</p>",
"url": "exampleExternalLink.com",
"image": "exampleImageLink.com",
"coverImage": "exampleImageLink.com",
"category": "Example Category",
"locations": [
"603dfbc260f4054084125f34"
]
}