Retrieve a business details by api key
Business Details
Business Details
This GET API retrieves business details from the database based on the provided API key.
GET
Retrieve a business details by api key
Documentation Index
Fetch the complete documentation index at: https://docs.omnispay.com/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve Business Details by API Key
This endpoint retrieves business details from the database based on the provided API KEY.Path Parameters
- id (string, required):
The unique identifier of the business record to be retrieved.- Example:
QmEB3OK3rjTZS1SBjsXUxANWWh198y5uv - If a valid ID is provided, the API will return the business details.
- Example:
The system fetches business details for the given api key and returns relevant information. If no matching business exists, a
404 Not Found response is returned.
Request Headers
- User-Agent (string, optional): The User-Agent header, which is not mandatory.

