Verification of internal applicant
Verification of internal applicant
The /me/verifyInternal verifies, whether an applicant is an internal one or not. If so, he is flagged as internal in the database.
By sending the following PUT-request, you can verify the current user against his internal status:
1 2 |
curl -i -H "Authorization: Bearer TOKEN" -H "Content-Type: application/json" -X PUT "https://api.softgarden.io/api/rest/v2/frontend/me/verifyInternal" |
with TOKEN being a user access token. It is used to determine the validity of this request.
Path parameters
– none –
Query parameters
– none –
Response values
Upon | Returned value | Description |
---|---|---|
failure | 500 – INTERNAL SERVER ERROR | When an error appears while processing your request, e.g. when the eventId was wrong. |
authorization error | 401 / 403 | See here for details. |
You won’t get any feedback whether your the verification was successful or not.