Versions Compared

Key

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

...

Code Block
curl --verbose -X GET "https://abiquomjsabiquo.lab.example.com:443/api/login" -u adminuser:password -k

...

Code Block
curl --verbose -X GET "https://abiquomjsabiquo.lab.example.com:443/api/login" -H "X-Abiquo-OTP: your2FAcode"

...

Code Block
-H 'Authorization: Token a2e19816735381c1d074441cbd002aa01f9ed7dc4cd9f4e0683c3c88...' 

For more details, see Authentication.

Note

The API token may expire during the process, and you may need to obtain a new token and use it in your requests

...