latestOpenAPI 3.1.02026-08-20118232229.3 KB
0e42b0fb26d9
Regenerate guest login URL
Creates a new login URL for an existing guest. Use this if the previous URL expired or was compromised.
post/guests/{guest_id}/login-url
Path parameters
guest_idstring required
The ID of the guest to regenerate the login URL for.
The ID of the guest to regenerate the login URL for.
Request body
Example request
{
"$schema": "https://api.tower.dev/v1/schemas/RegenerateGuestLoginURLParams.json"
}Response
OK
Example response
{
"$schema": "https://api.tower.dev/v1/schemas/RegenerateGuestLoginURLResponse.json"
}