Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://github.com/login/oauth/authorize
Token URL: https://github.com/login/oauth/access_ token
Scopes:
read: user
offline.access
tweet.read
or
Request samples
curl --location --request DELETE 'https://mock.apidog.com/m1/545587-0-default/pet/' \
--header 'api_key;' \
--header 'ACCESS_TOKEN: ss'
Responses
application/json Modified at 2024-05-22 05:55:10