Routing & Matching-Matching-Category

Number of APIs: 7

  1. Get Category GET https://{{axpAPIDomain}}/api/admin/match/v1/accounts/:accountId/categories/:categoryId

  2. List Categories GET https://{{axpAPIDomain}}/api/admin/match/v1/accounts/:accountId/categories?pageNumber=1&pageSize=10

  3. Update Category PUT https://{{axpAPIDomain}}/api/admin/match/v1/accounts/:accountId/categories/:categoryId

  4. Delete Category DELETE https://{{axpAPIDomain}}/api/admin/match/v1/accounts/:accountId/categories/:categoryId

  5. Bulk Create Categories POST https://{{axpAPIDomain}}/api/admin/match/v1/accounts/:accountId/categories:bulkCreate

  6. Create Category POST https://{{axpAPIDomain}}/api/admin/match/v1/accounts/:accountId/categories

  7. Bulk Delete Categories POST https://{{axpAPIDomain}}/api/admin/match/v1/accounts/:accountId/categories:bulkDelete