latestOpenAPI 3.0.12026-08-1091181421.2 KB

44eb39b4bd65

Backpack

Upload a new Assertion to the backpack

Upload a new Assertion to the backpack using url, image or OpenBadge JSON

post/v2/backpack/import

Request body

imagestring nullable

Image URL or base64 encoded image data of the assertion.

urlstring uri nullable

URL of the badge to import

Example request

{
  "image": "https://example.com/assertions/1/image",
  "url": "https://example.com/assertions/1"
}

Response

Created