curl --request GET \
--url https://api.joinslash.com/legal-entity \
--header 'X-API-Key: <api-key>'
{
"items": [
{
"id": "<string>",
"name": "<string>",
"structure": "person"
}
],
"metadata": {
"nextCursor": "<string>",
"count": 123
}
}
List all legal entities you have access to
curl --request GET \
--url https://api.joinslash.com/legal-entity \
--header 'X-API-Key: <api-key>'
{
"items": [
{
"id": "<string>",
"name": "<string>",
"structure": "person"
}
],
"metadata": {
"nextCursor": "<string>",
"count": 123
}
}
Authentication from public API requests
OK
The response is of type object
.