Tenant Management
How to request a new tenant
How to get an auth token for tenant API
curl -X 'POST' \
'https://api.e-verify.openresumesolutions.com/api/v1/tenant/auth/token' \
-H 'accept: application/json' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'username=<tenant_name>&password=<password>'Get AUTH token
Headers
Name
Type
Description
Request Body
Name
Type
Description
How to change the tenant password
Headers
Name
Type
Description
Request Body
Name
Type
Description
Generate API Secret Key
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
How to validate the API key
Headers
Name
Type
Description
How to revoke API Key
Headers
Name
Type
Description
Last updated