Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

ws/receivers/categories

Description

Returns the list of all GenRocket Receiver Categories in ascending order.

URL Request

https://app.genrocket.com/ws/receivers/categories
HTML

Payload Response (Example)


{

    "categories":[
    {
      "name":"Common Receivers"
    },
    {
      "name":"In Memory Receivers"
    },
    {
      "name":"MySQL Receivers"
    }
  ]
}