Skip to main content
GET
/
api
/
v1
/
endpoints
/
{endpointId}
cURL
curl --request GET \
  --url http://localhost:52000/api/v1/endpoints/{endpointId}
{
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "id": 123,
  "name": "<string>",
  "description": "<string>",
  "type": "<string>",
  "url": "<string>",
  "body": "<string>",
  "successCondition": "<string>",
  "httpMethod": "<string>",
  "httpHeaders": "<string>",
  "httpParameters": "<string>",
  "grpcServiceName": "<string>",
  "grpcMethodName": "<string>",
  "grpcStubPath": "<string>",
  "projectId": 123
}

Path Parameters

endpointId
integer<int64>
required

Response

200 - */*

OK

createdAt
string<date-time>
updatedAt
string<date-time>
id
integer<int64>
name
string
description
string
type
string
url
string
body
string
successCondition
string
httpMethod
string
httpHeaders
string
httpParameters
string
grpcServiceName
string
grpcMethodName
string
grpcStubPath
string
projectId
integer<int64>