curl --request GET \
--url https://api.dualship.run/invitations/{token}{
"expired": true,
"expires_at": "<string>",
"inviter_name": "<string>",
"role": "<string>",
"workspace_logo": "<string>",
"workspace_name": "<string>"
}Get public information about an invitation by token (no auth required)
curl --request GET \
--url https://api.dualship.run/invitations/{token}{
"expired": true,
"expires_at": "<string>",
"inviter_name": "<string>",
"role": "<string>",
"workspace_logo": "<string>",
"workspace_name": "<string>"
}Was this page helpful?