Saltar al contenido principal
POST
/
v1
/
invitation
/
set-all-registered
Set All Registered
import requests

url = "http://localhost:3000/v1/invitation/set-all-registered"

headers = {"Authorization": "Bearer <token>"}

response = requests.post(url, headers=headers)

print(response.text)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response