Client - API Endpoints

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
categoryNamestringOptionalExample: settings
Responses
200

Successful Operation

application/json
get
/contents/documents
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample: 0466770d-4024-457c-92d5-fbe9022ee5b7
Responses
200

Successful Operation

application/json
get
/contents/documents/{id}
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful Operation

application/json
get
/contents/document-categories
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample: 0466770d-4024-457c-92d5-fbe9022ee5b7
Responses
200

Successful Operation

application/json
get
/contents/document-categories/{id}
get
Query parameters
categoryNamestringOptionalExample: settings
Responses
200

Successful Operation

application/json
ResponseanyExample: {"statusCode":200,"data":{"documents":[{"id":"0466770d-4024-457c-92d5-fbe9022ee5b7","title":"Privacy Policy","name":"privacyPolicy","iconName":"book-open","content":"https://www.helloiconic.com/privacy-policy","format":"pdf","isPublic":true}]}}
get
/contents/public-documents
200

Successful Operation

get
Path parameters
idstringRequiredExample: 0466770d-4024-457c-92d5-fbe9022ee5b7
Responses
200

Successful Operation

application/json
ResponseanyExample: {"statusCode":200,"data":{"id":"0466770d-4024-457c-92d5-fbe9022ee5b7","title":"Privacy Policy","name":"privacyPolicy","iconName":"book-open","content":"https://www.helloiconic.com/privacy-policy","format":"pdf","isPublic":true}}
get
/contents/public-documents/{id}

Last updated

Was this helpful?