Skip to main content

Update a credential connection registration status

POST 
/credential_connections/:id/actions/check_registration_status

Updates the registration_status for a credential connection, this endpoint also updates the registration_status and registration_status_updated_at fields in the credential connection

Request

Path Parameters

    id stringrequired

    Identifies the resource.

Responses

200: Successful response with details about a credential connection registration status.

400: Bad request, the request was unacceptable, often due to missing a required parameter.

401: Unauthorized

403: The user doesn't have the required permissions to perform the requested action.

404: The requested resource doesn't exist.

Loading...