You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Request:

curl --location 'https://auth.iims.ipobs.acc.web1.wipo.int/oauth2/token' \
--header 'Authorization: Basic '$(echo -n 'username:password' | base64 -w 0) \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Cookie: XSRF-TOKEN=c5d3f08b-3386-4576-9f97-75f9587699a8' \
--data-urlencode 'grant_type=client_credentials'

Response:


  • No labels