v1

latestOpenAPI 3.1.02026-08-0653126213.6 KB
Badge

Read Badge Criteria

Get an array of criteria for a badge.

get/v1/badge/{badge_id}/criteria

Path parameters

badge_idinteger required

Headers

X-Access-Tokenstring nullable

Response

Successful Response

external_idstring nullable
descriptionstring nullable
type'Application' | 'Assessment' | 'Award' | 'Badge' | 'Course' | 'Credential' | 'Education_Experience' | 'Leadership' | 'Member' | 'Participant' | 'Pathway' | 'Payment' | 'Portfolio' | 'Presenter' | 'Project' | 'Professional_Experience' | 'Schedule_Registration' | 'Volunteer' | 'Other'
external_urlstring nullable
badge_idinteger nullable
idinteger nullable

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"
  }
]