Read one organization inference endpoint
GET
/v1/billing/inference/endpoints/{endpointId}Requires billing:read and current endpoint read access. Accepted direct recipients may read only this endpoint; the response never includes the organization's billing settings or other endpoints. Credentials remain redacted.
How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| endpointId | path | string | Yes | — |
Query parameters
None.
Body schema
This endpoint does not require a request body.
None.
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200The authorized endpointapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| endpoint | object | Yes | — |
403No active organization or direct resource context
None.
404Endpoint unavailable or read access denied
None.
500Endpoint could not be read
None.
Read one organization inference endpoint
Loading...
Response 200
Loading...