Skip to main content
POST
/
jobs
/
test-connection
Test RapidAPI JSearch connection
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>"

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Body

application/json
apiKey
string
required
Minimum string length: 1

Response

The RapidAPI key is valid and JSearch is reachable.

The response is of type any.