itglue / automation

A place for IT Glue's user community to learn ways of automating their documentation.
Apache License 2.0
99 stars 33 forks source link

How can I use checklist API ? #34

Closed mzahirr closed 3 years ago

mzahirr commented 3 years ago

Hi I'm trying to use checklist api but I'm getting this error . Could you please help ?

curl --location -g --request GET 'https://api.itglue.com/organizations/{org_id}/relationships/checklists?filter[configuration_type_id]={type_id}' \ --header 'x-api-key: .... --header 'Content-Type: application/vnd.api+json'

{ "errors": [ { "status": 401, "title": "Only supported for JWT requests", "detail": "Unauthorized resource access", "source": { "pointer": "id" } } ] }

CalebAlbers commented 3 years ago

Hi @mzahirr,

Unfortunately, the checklists API is not currently public. Please reach out to your account manager and put in a feature request, though - that's the fastest way to get it on the roadmap :)