#main
- queryEnumerates public relationships between one account, and a list of other accounts. Does not require auth.
Query Parameters
Name | Type | Details |
---|---|---|
actor |
string (required) |
Primary account requesting relationships for. Syntax Format: |
others |
array |
List of 'other' accounts to be related back to the primary. Array Length: 30 max UNHANDLED IN ARRAYS: string |
Response Body
Content Type: application/json
Data Fields
Name | Type | Details |
---|---|---|
actor |
string |
Syntax Format: |
relationships |
array (required) |
UNHANDLED IN ARRAYS: union |
Errors
Name | Description |
---|---|
ActorNotFound |
the primary actor at-identifier could not be resolved |