get https://hover.to/api/v1/job_shares/
Why would I use this?
You might use this endpoint if you'd like to see the details of a specific Job Share link to a specific user.
Response Code Snippet
See an example 200 response here, a JSON blob with the details of the specified job share, then follow below to learn more about the request, and what makes up the responses.
{
"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
}
}