Invites
Re-provision otp secret key for the invite
post/v1/api/invites/{code}/reprovision-otp
Path parameters
codestring required
Response
OK
Example response
{
"_links": [
{
"href": "https://an.example.link",
"method": "GET",
"rel": "self"
}
],
"email": "example@example.gov.uk",
"otp_key": "ABC123",
"role": "view-only",
"type": "service"
}