POST
/
credentials
/
{id}
/
revalidate
Revalidate a credential
curl --request POST \
  --url https://api.syntage.com/credentials/{id}/revalidate \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

Your API key is available in the Production and Sandbox dashboards.

Path Parameters

id
string<uuid>
required

Response

202

The request has been accepted and there's no content to return.