nooks
GitHubInstall
Sessions and passwords

Get join request

GetJoinRequest reports whether an Admin has decided yet. The Visitor's browser remembers the request id and comes back to the same address.

GET
/api/v1/auth/join-requests/{requestUid}

Path Parameters

requestUid*string

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/auth/join-requests/string"
{  "status": "REQUEST_STATUS_UNSPECIFIED",  "name": "string",  "email": "string"}