Base URL

Salbo Seguros API is built on REST principles. We enforce HTTPS for all requests to improve security, privacy and integrity. The API does not support HTTP.

https://api.salboseguros.com

Authentication

To authenticate you need to add an Authorization header to your request with the content of the header being Bearer 51b7279a-2f50-4539-b28f-47aa0ec16af8 where 51b7279a-2f50-4539-b28f-47aa0ec16af8 is your API Key.

Authorization: Bearer 51b7279a-2f50-4539-b28f-47aa0ec16af8

Response codes

Salbo Seguros API uses conventional HTTP response codes to indicate the success or failure of an API request. In general, codes in the 2xx range indicate success, codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, a charge failed, etc.), and codes in the 5xx range indicate an error with Salbo Seguros’s servers.

StatusDescription
200Successfull response
400Bad request
401Unauthorized
403Forbidden
404Not found
405Method not allowed
500Internal server error
503Service unavailable