cURL
curl --request POST \ --url http://localhost:3000/api/openapi/jobs/test-connection \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "apiKey": "<string>" } '
"<unknown>"
Validates the RapidAPI key by performing a minimal test search against the JSearch API. Requires authentication.
The API key to authenticate requests.
1
The RapidAPI key is valid and JSearch is reachable.
The response is of type any.
any
Contact support