API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /oauth1/requesttokens/{request_token}
Updates a Request Token with new profile
Verb: PUT
Auth: Basic AuthSample Request:
$ curl -H "Content-type:application/json" -X PUT -d \
'{request body}' \
-u myname:mypass https://api.enterprise.apigee.com/v1/o/{org_name}//oauth1/requesttokens/{request_token}
Sample Response:
Last updated:
about 1 month ago