/
MY
myverifly
/
Api Documentation
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19h ago · Updated 19h 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
post
Cancel a credential
post
Modify a credential
get
Get a status of a credential by its external ID
get
Get a status of each of the credentials
get
Get a status of each of the credentials by extId
get
Get a credential
delete
Delete a credential
get
Revoke a credential
get
Get a status of a credential
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
transaction-controller
6
web-mvc-links-handler
1
credential-controller
Revoke a credential
Returns the sttus of a credential.
get
/api/credentials/{credentialId}/revoke
Path parameters
credentialId
string
required
credentialId
Response
OK
Credential
required
cancelledDtm
TimestampRes
correlationId
string
createdDtm
TimestampRes
credentialProviderId
string
credentialProviderName
string
credentialTypeId
string
credentialTypeName
string
extId
string
href
string
id
string
issueStatus
string
jwt
string
permittedOperations
string[]
revokedDtm
TimestampRes
statusCheckCount
integer
usageRecord
UsageRecord
usePolicy
CredentialUsePolicy
Changes