curl --request GET \
--url https://api.faces.sh/auth/register/{invite_key}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Check if registration is allowed with this invite key. Returns whether the key exists, is unused, and not expired. Public endpoint - no authentication required.
curl --request GET \
--url https://api.faces.sh/auth/register/{invite_key}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response