Skip to main content
POST
/
v1
/
issuer-applications
/
{id}
/
submit
Submit issuer application
curl --request POST \
  --url https://api.truthlocks.com/v1/issuer-applications/{id}/submit \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "reason": "<string>"
}
'
{
  "id": "<string>",
  "status": "<string>",
  "submitted_at": "<string>"
}
Moves an issuer application from DRAFT to SUBMITTED status and triggers a notification to the platform review team. Only applications in DRAFT status can be submitted. After submission, you cannot modify the application or upload additional evidence unless the reviewer requests changes.

Parameters

id
uuid
required
The issuer application ID.

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Path Parameters

id
string
required

Body

application/json
reason
string

Optional reason or note for this action

Response

Application submitted

id
string
status
string
submitted_at
string