/
MY
myverifly
/
Api Documentation
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 18h ago
Details
Filter operations
access-token-controller
18
account-deletion-requests-controller
5
admin-access-controller
3
checkpoint-controller
5
checkpoint-type-controller
7
credential-controller
9
credential-provider-controller
25
credential-type-controller
3
customer-controller
9
glide-error-controller
7
message-controller
4
operation-handler
5
permission-controller
10
person-controller
55
person-read-only-controller
1
pii-request-controller
4
ping-controller
1
public-controller
44
question-controller
6
region-controller
5
service-alternative-names-controller
4
service-controller
9
service-provider-controller
19
system-status-controller
3
tenant-controller
7
get
List tenants
post
Create a tenant
get
Get a tenant
get
Get a tenant's keys
get
List the persons by email
delete
Delete the person with the specified email
get
Get the person
transaction-controller
6
web-mvc-links-handler
1
tenant-controller
Create a tenant
Add a tenant to the repository.
post
/api/tenants
Request body
TenantReq
required
archivedDtm
TimestampReq
createdDtm
TimestampReq
id
string
idTokenInfo
IdTokenInfo
lastUpdatedDtm
TimestampReq
name
string
notificationEmail
string
permittedOperations
string[]
status
'ACTIVE'
|
'ARCHIVED'
|
'BLOCKED'
|
'PENDING'
Response
Created
TenantRes
required
archivedDtm
TimestampRes
createdDtm
TimestampRes
href
string
id
string
idTokenInfo
IdTokenInfo
lastUpdatedDtm
TimestampRes
name
string
notificationEmail
string
permittedOperations
string[]
status
'ACTIVE'
|
'ARCHIVED'
|
'BLOCKED'
|
'PENDING'
Changes