curl --request GET \
--url https://grid.squads.xyz/api/grid/v1/accounts/{address}/kyc/{kyc_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"created_at": "<string>",
"id": "<string>",
"status": "<string>",
"tos_status": "<string>",
"type": "<string>",
"updated_at": "<string>",
"account": "<string>",
"kyc_continuation_link": "<string>",
"rejection_reasons": [
"<unknown>"
],
"requirements_due": [
"<string>"
]
},
"metadata": {
"request_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://grid.squads.xyz/api/grid/v1/accounts/{address}/kyc/{kyc_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"created_at": "<string>",
"id": "<string>",
"status": "<string>",
"tos_status": "<string>",
"type": "<string>",
"updated_at": "<string>",
"account": "<string>",
"kyc_continuation_link": "<string>",
"rejection_reasons": [
"<unknown>"
],
"requirements_due": [
"<string>"
]
},
"metadata": {
"request_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
}Your Grid API key from the Grid Dashboard
Smart account address (Solana public key)
KYC link ID
KYC status retrieved successfully
Show child attributes
Was this page helpful?