Get an x402 endpoint by ID

get/v1/x402-endpoints/{id}

Path parameters

idstring required

Endpoint ID

Request body

object required

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.