The No Auth Testing API enables users to validate data retrieval from endpoints that
do not require authentication. This API demonstrates how public or open
datasets can be integrated with eZintegrations without any authentication mechanism.
This API is intended for testing and validation purposes when configuring
unauthenticated or publicly accessible source systems in eZintegrations.
Overview
The No Auth Testing API is a sample endpoint provided by eZintegrations to demonstrate
data extraction from APIs that do not require authentication.
When to Use This API
This API is typically used when configuring unauthenticated integrations in
eZintegrations to:
- Test connectivity with public or open APIs
- Validate data extraction without authentication
- Integrate with endpoints that do not enforce security headers
- Troubleshoot data retrieval issues unrelated to authentication
API Details
Method
GET
Endpoint
{{base_url}}/Orderdetails-noauth
Numeric Parameters
| Parameter | Value | Description |
|---|---|---|
| Minimum Number | 0 | Minimum records per request |
| Maximum Number | 1000 | Maximum records per request |
This endpoint returns sample order details without requiring authentication or authorization.
Authentication
Authentication Type
No Authentication Required
The No Auth Testing API does not require any authentication credentials.
No headers, tokens, usernames, or passwords are required to access this endpoint.
How to Retrieve Data Using No Auth API in eZintegrations
- Retrieve the Base URL from the My Profile section in your eZintegrations account.
- Configure the No Auth Testing API as a source system within eZintegrations.
- No authentication configuration is required during source setup.
- Configure the data extraction settings as required.
- Execute the integration to retrieve data, with request execution handled internally by eZintegrations.
This approach allows users to integrate with public APIs easily, without managing
authentication or security credentials.
Troubleshooting and Usage Scenarios
- If no records are returned, verify endpoint availability and response format
- If connectivity issues occur, confirm the Base URL from the My Profile section
- If unexpected errors occur, validate the endpoint path and HTTP method
Frequently Asked Questions
1. Does this API require authentication?
No. This API does not require any authentication.
2. Are client ID or client secret required?
No. Client ID and client secret are not required for this API.
3. Where do I get the Base URL?
The Base URL can be obtained from the My Profile section in your eZintegrations account.
Notes
- No authentication is required for this API
- No pagination is implemented for this endpoint
- Only the Base URL must be configured from the My Profile section
- This API is intended for testing and validation purposes only