/
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
get
List public service providers only
post
Create a service provider
get
List service providers permitted by access token
get
List restricted service providers
get
Get a service provider
post
Update a service provider
delete
Delete a service provider
get
List the associated credential providers for this service provider
delete
Delete the associated credential providers for this service provider
get
List credential types by their extended names (combination of credential provider name and credential type name) for this service provider.
post
Send email invitation to the specified email address.
get
List messages received by this service provider.
get
List messages sent by this service provider.
delete
Delete the specified message for this service provider
get
Accept an association request from a credential provider.
get
List the associated persons for this service provider
post
Request association with the specified person.
get
Get the terms and conditions for a service provider
put
updateProviderVisibility
system-status-controller
3
tenant-controller
7
transaction-controller
6
web-mvc-links-handler
1
service-provider-controller
Create a service provider
Add a service provider to the repository.
post
/api/serviceProviders
Request body
ServiceProviderReq
required
archivedDtm
TimestampReq
areasOfBusiness
AreasOfBusiness
createdDtm
TimestampReq
credTypesOfInterest
CredentialTypeOfInterest[]
description
string
i18nInfo
object
icon
string
byte
id
string
lastUpdatedBy
string
lastUpdatedDtm
TimestampReq
name
string
notificationEmail
string
permittedOperations
string[]
status
'ACTIVE'
|
'ARCHIVED'
|
'BLOCKED'
|
'PENDING'
visibility
'PRIVATE'
|
'PUBLIC'
|
'RESTRICTED'
Response
Created
ServiceProviderRes
required
archivedDtm
TimestampRes
areasOfBusiness
AreasOfBusiness
createdDtm
TimestampRes
credTypesOfInterest
CredentialTypeOfInterest[]
description
string
href
string
i18nInfo
object
icon
string
byte
id
string
lastUpdatedBy
string
lastUpdatedDtm
TimestampRes
name
string
notificationEmail
string
permittedOperations
string[]
status
'ACTIVE'
|
'ARCHIVED'
|
'BLOCKED'
|
'PENDING'
visibility
'PRIVATE'
|
'PUBLIC'
|
'RESTRICTED'
Changes