Skip to main content
GET
/
jobs
/
{id}
/
share
Get share link info
curl --request GET \
  --url https://api.rendobar.com/jobs/{id}/share
{
  "data": {
    "shareId": "<string>",
    "shareUrl": "<string>",
    "createdAt": 123
  }
}

Path Parameters

id
string
required

Job ID

Response

200 - application/json

Share link info

data
object
required