get https://hover.to/api/v1/job_shares/
Overview
This endpoint returns information and links to a job share, scoped to the required job_share_id
path parameter.
Sample Response Body
{
"job_share": {
"id": 912885,
"job_id": 5912637,
"user_id": 1040102,
"recipient_id": null,
"token": "yfeyLHbGhoHJB2xMf6Do",
"external_service": null,
"external_identifier": null,
"expired": false,
"expires_at": "2023-03-06T18:50:32.317Z",
"url": "https://hover.to/shared/yfeyLHbGho",
"image_url": "https://hover.to/api/v1/job_shares/912885/image.png?share_token=yfeyLHbGhoHJ",
"video_url": "https://hover.to/api/v1/models/5910846/video.mp4?share_token=yfeyLHbGhoHJB2",
"open_graph_url": "https://hover.to/shared/yfeyLHbGhoHJB",
"street_address": "789 Hover Lane",
"state": null
}
}