Versions Compared

Key

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

...

Header key: x-okapi-tenant, and value: diku.


Click 'Send' to transmit the API call to the server.

...

The response includes a status code: '201 Created', which indicates success. The headers also include the x-okapi-token, which you'll need for any other requests.

...

You will need to use the x-okapi-token in an any API call you make. You do this, by adding it to your headers:

...

You may paste the text string directly into the x-okapi-token header field, as above, or you can define a variable to hold the text.

TheĀ  token on Snapshot changes daily. If you choose to use the variable, you will then only need to update it in one place rather than in each request you define. You will find your variables in 'Environments' on the left of the Postman screen:

Image Added