Ana içeriğe atla

Endpoint

Authentication

Requires a Personal API Access Token.

Request

Headers

Path Parameters

Query Parameters

Response

Success Response (200 OK)

Without Policies (default)

With Policies (withPolicies=true)

Response Fields

Method Object Fields

EnumHttpRequestMethod

  • GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD, TRACE, ALL

Error Response (401 Unauthorized)

Error Response (400 Bad Request)

cURL Example

Without Policies

With Policies

Full JSON Body Example

This endpoint does not require a request body.

Permissions

User must have API_MANAGEMENT + VIEW permission in the project.

Notes and Warnings

  • Difference from List Endpoints: This endpoint uses the /methods/ path and supports the withPolicies query parameter for inline policy retrieval
  • Policy Details: By default, policy lists are not included to reduce response size. Set withPolicies=true to include policies
  • Empty List: If no methods exist, an empty resultList is returned with resultCount: 0
  • API Proxy Type: Works for both REST and SOAP API proxies