cs-credits-sapi
This API allows you to verify the status of credit applications by receiving specific search parameters. It returns detailed information about the application status, client identification, and any related errors for efficient case tracking and management
home
🏠 Home - 💳 cs-credits-sapi
This API enables operations for querying and updating credit insurance status, facilitating integration with legacy systems such as Visual Time.
It includes endpoints to:
- Check the insurability status of a credit
- Update the status of insurability requests
All services are available over HTTPS and require secure authentication using client_id
and OAuth 2.0.
🌐 Base Information
- API Title: cs-credits-sapi
- Version: 1.0.0
- Base URL:
https://cs-credits-sapi.cloudhub.com/
🚀 Getting Started
- Authentication: This API uses
client_id
andOAuth 2.0
(Bearer Token) for secure access. - Headers: Be sure to include the following headers with every request:-H "client_id: YOUR_CLIENT_ID"-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
📍 Available Endpoints
📌 Endpoints Overview
Method | Endpoint | Description | Exchange Link |
---|---|---|---|
POST | /subscriptions/check-status | Check the insurability status of a credit. | View Details |
PUT | /subscriptions/{idRequest} | Update the status of a specific insurability request. | View Details |
🔒 Both endpoints are secured using
client-id-enforcement
andOAuth2 policies
.
📤 Example Request
curl -X POST "https://cs-credits-sapi.cloudhub.com/subscriptions/check-status" \
-H "client_id: YOUR_CLIENT_ID" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "creditId": "123456789" }'
⚠️ Error Handling
Standard HTTP status codes are used for error handling:
200 OK
– Request was successful400 Bad Request
– Missing or invalid parameters401 Unauthorized
– Authentication failed404 Not Found
– Endpoint or resource not found500 Internal Server Error
– Unexpected error on the server
📞 Support
For any issues, please contact the API support team:
Integration Services and Applications Coordination
📧 epalma@fgs.co
📅 Notes
- Documentation last updated: April 2025
- For further updates, refer to the API Exchange Portal