cs-credits-sapi icon

cs-credits-sapi

(0 reviews)
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

  1. Authentication: This API uses client_id and OAuth 2.0 (Bearer Token) for secure access.
  2. 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

MethodEndpointDescriptionExchange Link
POST/subscriptions/check-statusCheck 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 and OAuth2 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 successful
  • 400 Bad Request – Missing or invalid parameters
  • 401 Unauthorized – Authentication failed
  • 404 Not Found – Endpoint or resource not found
  • 500 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


Reviews