Skip to content

Get checklists

Request

Security
imfKey
curl -i -X GET \
  https://innovario.apishowdown.com/_mock/cicd-repo/openapi/checklists \
  -H 'IMF-KEY: YOUR_API_KEY_HERE'

Responses

Retrieved.

Bodyapplication/json
Array [
idstringread-only
namestring
itemsArray of strings
createdAtstring, (date-time)
updatedAtstring, (date-time)
]
Response
[ { "id": "cklst_abc987def123", "name": "Onboarding Part 1", "items": [], "createdAt": "2023-02-19T09:31:27Z", "updatedAt": "2023-02-19T09:31:27Z" } ]