API / Plans

POST

/tenant/invitation/repair

Replay the invitation your sign-up carried

For an account left on the default plan because the claim failed at sign-up. Safe to run twice: the token is single-use. Session-only.

Authentification : clé API Bearer requise.

Corps JSON

Address the offer is billed to

NomTypeDescription
emailstring—

Exemple curl

curl -X POST https://api.sporee.fr/tenant/invitation/repair \
  -H "Authorization: Bearer $SPORE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

Réponses

StatutDescriptionType
200OKclaim_invitation.OwnInvitationResponse
401Unauthorizedecho.HTTPError
403Forbiddenecho.HTTPError
502Bad Gatewayecho.HTTPError
503Service Unavailableecho.HTTPError

Source machine : openapi.json · opération repairOwnInvitation