canonical: https://jentic.com/apis/swaggerhub.onlgs/all-member-gateway-inquiry-profile

# Onlgs All member gateway inquiry profile

All member gateway inquiry profile. The API exposes 1 endpoints secured with apiKey authentication.

## For AI agents

Programmatically inquiry-profile. Covers 1 operations with apiKey authentication.

## Scope

Does not handle payments, communications, or crm - use for social media only.

## Capabilities

- Inquiry-profile
- Manage social media data programmatically
- Integrate All member gateway inquiry profile into automated workflows
- Query and filter All member gateway inquiry profile records by parameters
- Monitor All member gateway inquiry profile operational status and events

## Use cases

### Social Media Operations

Use the All member gateway inquiry profile to perform social media operations programmatically. The API provides 1 endpoints covering core functionality including inquiry-profile.

Example prompt: Call POST /allmember/member/profile/inquiry to inquiry-profile

### Data Retrieval and Monitoring

Query All member gateway inquiry profile resources on a schedule to track changes, generate alerts, or feed downstream dashboards. Agents poll relevant endpoints, compare against previous state, and trigger actions when thresholds are crossed.

Example prompt: Poll the primary All member gateway inquiry profile endpoint, compare response to last known state, and alert if changed

### AI Agent Integration via Jentic

AI agents discover and call All member gateway inquiry profile endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle apiKey tokens manually.

Example prompt: Search Jentic for 'inquiry-profile', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| POST | /allmember/member/profile/inquiry | Inquiry-profile |

## Key resources

- **Inquiry Profile** — Operations related to Inquiry Profile

## Why Jentic

- **Setup:** Wiring the All member gateway inquiry profile API by hand means setting the x-api-key header, choosing the AWS ap-southeast-1 environment stage, and calling the inquiry endpoint yourself. Through Jentic you install once, import All member gateway inquiry profile from the API Directory, store the key once, and your agent calls it.
- **Permission scoping:** This API carries the member details in the request body rather than the URL path, so scope your agent by the operations it needs: here that is the single profile inquiry operation you allow. You choose which operations it may call, so it only runs the ones you list.
- **Credential handling:** Your All member gateway inquiry profile key is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'inquire a member profile', and Jentic returns the matching All member gateway inquiry profile operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Facebook** — Alternative social media API
- **Twitter** — Alternative social media API
- **Linkedin** — Complementary social media API

## FAQ

### What authentication does the All member gateway inquiry profile use?

The All member gateway inquiry profile uses an API key passed in the `x-api-key` header. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

### Can I inquiry-profile with the All member gateway inquiry profile?

Yes. Use the POST /allmember/member/profile/inquiry endpoint. The API returns structured JSON responses that agents can parse and act on directly.

### What are the rate limits for the All member gateway inquiry profile?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

### How do I inquiry-profile through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'inquiry-profile'. Jentic returns the matching All member gateway inquiry profile operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

### How many endpoints does the All member gateway inquiry profile have?

The All member gateway inquiry profile exposes 1 endpoints covering inquiry profile operations.

### Can I limit what my agent is allowed to do with the Member Profile Inquiry API?

Yes. Jentic One is self-hosted, so your own rules decide which operations and credentials your agent may use. This API exposes a single operation, the POST /allmember/member/profile/inquiry call, and you allow only the operations you list, so the agent can run that profile inquiry and nothing else. Because the member details travel in the request body rather than the URL, scoping is driven by the operation you permit, and the stored API key is injected at execution time without entering the agent's context.
