List Endpoints
GET {{baseUrl}}/api/v1/app/:app_id/endpoint?limit=<uint64>&iterator=<string>&order=<string>
List the application's endpoints.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Limit the number of returned items | |
iterator | string | The iterator returned from a prior invocation | |
order | string | The sorting order of the returned items |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"createdAt":"1974-09-08T13:53:33.982Z","description":"dolor sunt consequat in eu","id":"ep_1srOrx2ZWZBpBUvZwXKQmoEYga2","metadata":{"idf":"aute ut ipsum","in_85":"ea proident"},"updatedAt":"1956-11-29T14:11:29.969Z","url":"https://example.com/webhook/","version":1,"rateLimit":49360528,"uid":"unique-ep-identifier","disabled":false,"filterTypes":["user.signup","user.deleted"],"channels":["project_123","group_2"]},{"createdAt":"1962-04-25T01:42:12.235Z","description":"sunt ","id":"ep_1srOrx2ZWZBpBUvZwXKQmoEYga2","metadata":{"commodo4":"cupidatat occaecat"},"updatedAt":"2023-08-26T16:29:37.488Z","url":"https://example.com/webhook/","version":1,"rateLimit":66401219,"uid":"unique-ep-identifier","disabled":false,"filterTypes":["user.signup","user.deleted"],"channels":["project_123","group_2"]}],"done":true,"iterator":"iterator","prevIterator":"-iterator"}