curl --request GET \
--url https://grid.squads.xyz/api/compliance/v1/entities \
--header 'Authorization: Bearer <token>' \
--header 'x-grid-environment: <x-grid-environment>'{
"data": {
"entities": [
{
"created_at": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "individual",
"updated_at": "2023-11-07T05:31:56Z",
"compliance_status": "<unknown>",
"compliance_submission_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"external_id": "<string>"
}
],
"limit": 123,
"offset": 123,
"total": 123
},
"metadata": {
"request_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://grid.squads.xyz/api/compliance/v1/entities \
--header 'Authorization: Bearer <token>' \
--header 'x-grid-environment: <x-grid-environment>'{
"data": {
"entities": [
{
"created_at": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "individual",
"updated_at": "2023-11-07T05:31:56Z",
"compliance_status": "<unknown>",
"compliance_submission_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"external_id": "<string>"
}
],
"limit": 123,
"offset": 123,
"total": 123
},
"metadata": {
"request_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
}Your Grid API key from the Grid Dashboard
Solana network environment (sandbox, devnet, mainnet)
Number of entities to return (1-100, default 20)
Offset for pagination (default 0)
Filter by external ID
Was this page helpful?