List Services
GET/api/v1/services
Retrieves a list of all available services in your Unizo platform. Services represent the various tools and platforms that can be integrated with Unizo, such as GitHub, Jira, Okta, and more. Use this endpoint to discover available services and their current status.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successfully retrieved list of services
Response Headers
X-Total-Count
Total number of services available
Example:
15
X-RateLimit-Remaining
Number of requests remaining in current rate limit window
Example:
999
Bad Request
Unauthorized
Forbidden
Internal Server Error