Use Application
After you've published your application, you probably want to test your endpoint :-)
Calculate Hash
- Navigate to Calculate Hash in the main navigation. 
- Select your endpoint and the environment. 
- In case your endpoint has "include-in-hash" parameters, you will be prompted to enter values for those parameters. See: Authentication. 
- Press button Calculate Hash and copy the calculated hash value. 
Build the Link
- Navigate to Home in the main navigation. 
- Copy Live URL or Preview URL - depending on what environment you would like to use. The URL should look like this: - https://endpoints.openendpoints.com/foo/{endpoint}?{parameter}
- Replace - {endpoint}with the name of your endpoint
- Replace - {parameter}with:- hash=[the-calculated-hash]
- If your endpoint has "include-in-hash" parameters, those parameters (and the values as used for calculating the hash) shall be added as additional GET parameters. 
Test the Link
- Copy the link into your browser. 
- Navigate to Request-Log in the main navigation. You will find your request, including additional information in case an error has occurred. 
Last updated