/
MY
myverifly
/
Api Documentation
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 14h 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
get
List credential providers
post
Create a credential provider
get
List credential providers permitted by access token
get
List restricted credential providers
get
Get a credential provider
post
Update a credential provider
delete
Delete a credential provider
get
List the associated service providers for this credential provider
delete
Delete the associated service providers for this credential provider
post
Create an association code for a credential provider.
get
Get a credential provider's keys
get
Get the specified credential provider's key
get
List credential types for the credential provider
post
Create a credential type
get
List credential types for the credential provider
get
Get a credential type
post
Update a credential type
delete
Delete a credential type
post
Issue credentials based on the provided data
put
updateCredentialTypeVisibility
post
Send a credential to the specified person
post
Perform credential operations
post
Push credential changes
post
Push credential changes and obtain response
put
Update service provider visibility
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
transaction-controller
6
web-mvc-links-handler
1
credential-provider-controller
Create a credential provider
Add a credential provider to the repository.
post
/api/credentialProviders
Request body
CredentialProviderReq
required
archivedDtm
TimestampReq
audience
string
createdDtm
TimestampReq
description
string
external
boolean
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
CredentialProviderRes
required
archivedDtm
TimestampRes
audience
string
createdDtm
TimestampRes
description
string
external
boolean
href
string
i18nInfo
object
icon
string
byte
id
string
issuer
string
lastUpdatedBy
string
lastUpdatedDtm
TimestampRes
name
string
notificationEmail
string
permittedOperations
string[]
status
'ACTIVE'
|
'ARCHIVED'
|
'BLOCKED'
|
'PENDING'
visibility
'PRIVATE'
|
'PUBLIC'
|
'RESTRICTED'
Changes