Get All Service Providers - GET /ServiceProviders (v2.0 and up)



Get a list of all the service providers.

The ‘Manage Roles’ or ‘Manage Users’ permission is required to execute this API.

Usage:

GET /ServiceProviders and get a list of all the service providers

URL

/cxrestapi/auth/ServiceProviders

Method:

GET

Media Type (header):

Authorization: Bearer <access token value>
Accept: application/json;v=1.0

Parameters

None

Success Response:

Code: 200 Success

Error Response:

Code: 401 Unauthorized
Code: 403 Forbidden

Sample Response:

[
{
    "id": 1,
    "name": "access-control"
  },
  {
    "id": 2,
    "name": "sast"
  },
  {
    "id": 3,
    "name": "management-and-orchestration"
  }
]

Notes:

Retrieves details of all service providers. If the request fails, it returns an error response.




Send Documentation Feedback - If you have comments about this documentation, you can contact the documentation team by sending your feedback to usWe appreciate your feedback!