v1
latestOpenAPI 3.1.02026-08-0653126213.6 KBBadge
Create Badge Criteria
Add a new string to the badge's criteria. The input data could be anything typed by the user.
post/v1/badge/{badge_id}/criteria
Path parameters
badge_idinteger required
Headers
X-Access-Tokenstring nullable
Request body
Example request
{
"external_id": "ABCD-EFG-HIJK-LMNOPQRS",
"external_url": "https://apply.org"
}Response
Successful Response
Example response
{
"external_id": "ABCD-EFG-HIJK-LMNOPQRS",
"description": "Earners must have completed a three stage interview process before they can earn this badge.",
"external_url": "https://apply.org"
}