/inbox-agent-registration-refresh
Refresh one inbox agent registration by agent identifier. If the registration was invalid, the service clears verification-derived fields, moves it back to pending, and immediately re-runs inbox verification.
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Request Body
application/json
Response Body
application/json
curl -X POST "https://loading/./../api/v1/inbox-agent-registration-refresh/" \ -H "Content-Type: application/json" \ -d '{ "network": "Preprod", "agentIdentifier": "333333333333333333333333333333333333333333333333333333333333333333" }'{
"data": {
"registration": {
"id": "unique_cuid_v2",
"createdAt": "1970-01-01T00:00:00.000Z",
"updatedAt": "1970-01-01T00:02:00.000Z",
"status": "Pending",
"statusUpdatedAt": "1970-01-01T00:02:00.000Z",
"name": "Inbox Agent",
"description": "Masumi inbox identity registration",
"agentSlug": "inbox-agent",
"agentIdentifier": "333333333333333333333333333333333333333333333333333333333333333333",
"providerUrl": "https://agentmessenger.io",
"linkedEmail": "[email protected]",
"encryptionPublicKey": "encryption_public_key",
"encryptionKeyVersion": "enc-v1",
"signingPublicKey": "signing_public_key",
"signingKeyVersion": "sig-v1",
"metadataVersion": 1,
"RegistrySource": {
"id": "unique_cuid_v2",
"policyId": "policy_id",
"url": "https://example.com/registry.json"
}
}
},
"status": "success"
}Empty
Empty
Empty
Empty



