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

Compare with Current View Page History

« Previous Version 2 Next »

Postman:


CURL:

Request:

curl --location 'https://auth.iims.ipobs.acc.web1.wipo.int/oauth2/token' \
--header 'Authorization: Basic <Base64 encoded username and password>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Cookie: XSRF-TOKEN=c5d3f08b-3386-4576-9f97-75f9587699a8' \
--data-urlencode 'grant_type=client_credentials'



  • No labels