ContactAliasKeySend send an alias key to a contact, the contact will be able to assert that your account is being present on a multi-member group
POST
/protocol/v1/ContactAliasKeySend
curl \
-X POST http://api.example.com/protocol/v1/ContactAliasKeySend \
-d '{"group_pk":"string"}'
Request example
{
"group_pk": "string"
}
Request examples
{
"group_pk": "string"
}
Response examples (200)
{}
Response examples (200)
{}
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"
}
]
}