Versions Compared

Key

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

...

curl -X GET "{API_URL}" -H "accept: application/json" -H "authorization: Bearer {ACCESS_TOKEN_FROM_FIRST_STEP}"

Curl command to Retrieve OpenAPI spec from your Target App Server

 

Code Block
curl --request GET 'https://xxx-eaapimgr-dmzlb.eagleaccess.com/eagleml/v2/api-doc/warehouse' \
--header 'Authorization: Bearer [oauth token] \
--cert yourclientcrt.crt -key yourclient.key