ContactRequestReference retrieves the information required to create a reference (types.ie. included in a shareable link) to the current account
POST
/protocol/v1/ContactRequestReference
curl \
-X POST http://api.example.com/protocol/v1/ContactRequestReference
Request example
{}
Request examples
{}
Response examples (200)
{
"public_rendezvous_seed": "string",
"enabled": true
}
Response examples (200)
{
"public_rendezvous_seed": "string",
"enabled": true
}
Response examples (default)
{
"error": "string",
"code": 42,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}
Response examples (default)
{
"error": "string",
"code": 42,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}