Can anybody suggest a outside url for service call out testing

Can anybody suggest a url for apigee service callout testing?

I have to test it by hitting to outside server..

0 4 139
4 REPLIES 4

I assume you want some internet url to test proxy or service callout. You can use Apigee mock target Restful API- http://mocktarget.apigee.net.

Check this link for endpoints - https://docs.apigee.com/api-platform/samples/mock-target-api

If you need https url, you can create another proxy and use this proxy url in service callout policy.

Yes, definitely http://mocktarget.apigee.net. is great example to test but if you want what you are sending to that target from apigee. there are two more best options

1 - https://httpbin.org

2 - https://webhook.site

In https://webhook.site can i post data?

Yes you can also and you can trace on https://webhook.site site itself on what you have sent.