Skip to main content

Issuer Analysis Submission

This endpoint allows changing an issuer's status to analysis, sending it to the validation process.


Request

ENDPOINT
/issuer_management/issuer/ISSUER-KEY
METHOD
PATCH

Path Params

FieldTypeDescriptionCharacters
ISSUER-KEYstringUnique issuer key (UUID v4).36

Request Body

Request Body
{
"issuer_status": "in_analysis"
}

Request Body Params

FieldTypeDescriptionRequired
issuer_statusstringNew issuer status. Accepted value: in_analysis.Yes

Response

The response is a complete updated JSON of the issuer.