Introduction
Understand genreal concepts, response codes and the authentication strategy
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.
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.
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.
Status | Description |
---|---|
200 | Successfull response |
400 | Bad request |
401 | Unauthorized |
403 | Forbidden |
404 | Not found |
405 | Method not allowed |
500 | Internal server error |
503 | Service unavailable |