List Endpoints

List all your registered endpoints

List Endpoints

GET [environmentBaseUrl]/v1/endpoints

This API list all registered endpoints of your integration.

{
  "data": {
    "endpoints": [
      {
        ...EndpointDocument // Check EndpointDocument page for the sample data
      },
      ...
    ]
  }
}

Last updated