GET
/api/v1/metadata/recent
curl \
--request GET 'http://localhost:3000/api/v1/metadata/recent' \
--user "username:password"
Response examples (200)
[
{
"custid": "string",
"metadata_key": "string",
"secret_key": "string",
"state": "new",
"created": 42,
"updated": 42,
"received": 42,
"ttl": 42,
"metadata_ttl": 42,
"secret_ttl": 42,
"metadata_url": "string",
"share_domain": "string",
"recipient": [
"string"
],
"passphrase_required": true,
"value": "string",
"identifier": "string",
"secret_identifier": "string",
"has_passphrase": true,
"recipients": [
"string"
],
"receipt_ttl": 42,
"receipt_url": "string",
"secret_value": "string"
}
]
Response examples (401)
{
"error": "string",
"message": "string",
"field": "string",
"error_id": "string"
}
Response examples (403)
{
"error": "string",
"message": "string",
"field": "string",
"error_id": "string"
}
Response examples (404)
{
"error": "string",
"message": "string",
"field": "string",
"error_id": "string"
}
Response examples (500)
{
"error": "string",
"message": "string",
"field": "string",
"error_id": "string"
}