Versions Compared

Key

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

...

  1. Here is an example of a curl request with basic Auth base64 (user: admin, pass: admin)

Code Block
curl --location --request GET 'https://test.example.com/rest/oboard/1.0/api/v1/objectives?workspaceIds=2&typeIds=3' \
--header 'API-Token: fe2385091391dcaab2944d290f2d638a53ddf5a95fbe55a27094d55248cfd0' \
--header 'Authorization: Basic YWRtaW46YWRtaW4='

...