POST
/protocol/v1/GroupInfo
curl \
-X POST http://api.example.com/protocol/v1/GroupInfo \
-d '{"group_pk":"string","contact_pk":"string"}'
Request example
{
"group_pk": "string",
"contact_pk": "string"
}
Request examples
{
"group_pk": "string",
"contact_pk": "string"
}
Response examples (200)
{
"group": {
"public_key": "string",
"secret": "string",
"secret_sig": "string",
"group_type": "GroupTypeUndefined"
},
"member_pk": "string",
"device_pk": "string"
}
Response examples (200)
{
"group": {
"public_key": "string",
"secret": "string",
"secret_sig": "string",
"group_type": "GroupTypeUndefined"
},
"member_pk": "string",
"device_pk": "string"
}
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"
}
]
}