Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

execute google cloud api through apigee

HI I am new to apigee i have a jar which when executed using command java -jar usr/sid/edwi-auth-token.jar -u https://edwitestapi-iq734nlrra-de.a.run.app/getEdwiMarkerEvent gives a token that token passed as authorization and then hit google cloud api https://edwitestapi-iq734nlrra-de.a.run.app/getEdwiMarkerEvent how can i do this in apigee or if i can execute curl cmd directly by keeping jar that gives token somewher curl cmd -->curl -H "Authorization: Bearer $(java -jar /usr/sid/edwi-auth-token.jar -u https://edwitestapi-iq734nlrra-de.a.run.app/getEdwiMarkerEvent)" https://edwitestapi-iq734nlrra-de.a.run.app/getEdwiMarkerEvent

0 1 173
1 REPLY 1