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
Body Params application/json
Request samples
curl --location --request PUT 'https://mock.apidog.com/m1/545587-0-default/pet' \
--header 'ACCESS_TOKEN: ss' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json Modified at 2024-05-22 05:55:10