Serch Server - Service made easy
1.2.0
Base URL
Sandbox Server
https://sandbox.serchservice.com/api/v1
This API supports four authentication methods:
- Signature Authentication: Use the
X-Serch-Signed
header to verify that the connection is coming from an authorized Serch user. This is compulsory for any API request. - Bearer Authentication: Optionally, use a JWT token in the
Authorization
header asBearer <token>
. - Drive Authentication: Optionally, use the
X-Serch-Drive-Api-Key
andX-Serch-Drive-Secret-Key
headers for Drive authentication. - Guest Authentication: Optionally, use the
X-Serch-Guest-Api-Key
,X-Serch-Guest-Secret-Key
andGuest-Authorization
headers for Guest access.
Choose Signature Authentication for all requests, and optionally select one of the other methods for additional access control.
This is version 1.2.0
of this API documentation.
Last update on Jan 2, 2025.
This API is provided under license Serch Server License.