Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
curl --location 'https://das-api.das.ipobs.acc.web1.www5.wipo.int/das-api/v1/documents/registrations/statuses?documentKindCategory=<document_kind>&documentNumber=<document_number>&documentKindCategorydocumentDate=<document_kind>date>&dasAccessCode=<das_access_code>&documentDate=<document_date>documentCategory=priority document' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <bearer-token>'

...

Code Block
languagebash
curl --location 'https://das-api.das.ipobs.acc.web1.www5.wipo.int/das-api/v1/documents/registrations/statuses?documentNumber=PCT%2FIB2021%2F057271&documentKindCategory=patent&dasAccessCodedocumentNumber=AB21CA 46473899&documentDate=20212016-09-0610-25&dasAccessCode=2EF1&documentCategory=priority document' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJraWQiOiI3bEhXSFovZ1.....'

...