Skip to main content
GET
/
search
/
results
Async results
curl --request GET \
  --url https://unblocker.joinmassive.com/search/results \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Query Parameters

id
string<uuid>
required

The identifier returned by the search endpoint of the queued search to retrieve.

Example:

"078fd246-f0f7-44a0-aabb-cadd7b12454f"

Response

The search results.

The response is of type string.