List Job Share Links

Why would I use this?

You might use this endpoint if you regularly share links to the 3D Design with your customers. This specific endpoint would allow you to see all Job Share links active from your organization, which you might use this for audit purposes.

Response Code Snippet

See an example 200 response here, it's a JSON blob listing all the Job Share links, then follow below to learn more about the request, and what makes up the responses.

{
    "job_shares": [
        {
            "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/yfoHJB2xMf6Do",
            "image_url": "https://hover.to/api/v1/job_shares/912885/image.png?share_token=yfeyLHMf6Do",
            "video_url": "https://hover.to/api/v1/models/5910846/video.mp4?share_token=yfeyLHbGhoDo",
            "open_graph_url": "https://hover.to/shared/yfeyLHbGhoH",
            "street_address": "789 Hover Lane",
            "state": null
        },
        {
            "id": 951215,
            "job_id": 5912637,
            "user_id": 1040102,
            "recipient_id": null,
            "token": "AcxypzEBrKi1KPu_fWbr",
            "external_service": null,
            "external_identifier": null,
            "expired": false,
            "expires_at": "2023-04-24T21:16:41.101Z",
            "url": "https://hover.to/shared/ArKi1KPu_fWbr",
            "image_url": "https://hover.to/api/v1/job_shares/9512age.png?share_token=AcxypzEBrKi1KPu_fWbr",
            "video_url": "https://hover.to/api/v1/models/5910846/video.mp4?share_token=AcxypzEBrKi1KPu_fWbr",
            "open_graph_url": "https://hover.to/shared/AcxypzEBrKi1KPu_fWbr",
            "street_address": "789 Hover Lane",
            "state": null
        },
        {
            "id": 748880,
            "job_id": 5912638,
            "user_id": 1040102,
            "recipient_id": null,
            "token": "dxAC41tzPsD--8Asxu6a",
            "external_service": null,
            "external_identifier": null,
            "expired": false,
            "expires_at": "2022-05-26T15:07:29.954Z",
            "url": "https://hover.to/shaD--8Asxu6a",
            "image_url": "https://hover.to/api/v1/job_shares/748880/image.png?share_token=dxAC41tzPsD--8Asxu6a",
            "video_url": "https://hover.to/api/v1/models/5910847/video.mp4?share_token=dxAC41tzPs",
            "open_graph_url": "https://hover.to/shared/dxAC41tzPsD--8Asxu6a",
            "street_address": "456 Hover Way",
            "state": null
        }
    ],
    "meta": {
        "pagination": {
            "total": 3,
            "total_count": 3,
            "current_page": 1,
            "next_page": null,
            "prev_page": null,
            "total_pages": 1
        }
    }
}

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!