GET
/
realtime
/
connect
curl --request GET \
  --url https://api.pathstack.io/realtime/connect \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "url": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-version
string
default:2024-03-26
Example:

"2024-03-26"

Response

200
application/json
Successful Response
data
object
required

Successful response payload