Skip to main content
POST
/
partner
/
orgs
/
{orgId}
/
claim-link
Reissue a claim link
curl --request POST \
  --url https://api.onecli.sh/v1/partner/orgs/{orgId}/claim-link \
  --header 'Authorization: Bearer <token>'
{
  "claimUrl": "<string>"
}

Authorizations

Authorization
string
header
required

API key obtained from the dashboard or GET /user/api-key

Path Parameters

orgId
string
required

Response

New claim link

claimUrl
string