Skip to main content

endpoint authenticated with a header

GET 

/secure/get

endpoint authenticated with a header

Request

Responses

Schema
    secret stringrequired

Authorization: Example-Api-Key

name: Example-Api-Keytype: apiKeyin: header
curl -L -X GET 'https://dinodoc.pages.dev/secure/get' \
-H 'Accept: application/json' \
-H 'Example-Api-Key: <API_KEY_VALUE>'
Request Collapse all
Auth