cURL
curl --request GET \ --url https://grid.squads.xyz/api/v0/grid/smart-accounts/{smart_account_address}/kyc/{kyc_id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Grid-Environment: <x-grid-environment>'
{ "created_at": "<string>", "customer_type": "individual", "id": "<string>", "kyc_continuation_link": "<string>", "rejection_reasons": [ { "created_at": "<string>", "developer_reason": "<string>", "reason": "<string>" } ], "requirements_due": [ "<string>" ], "status": "not_started", "tos_status": "pending", "updated_at": "<string>" }
API Key for authentication
The environment you’re using. Can be sandbox or production.
sandbox
production
The address of the smart account to get KYC status for
The KYC ID to get status for
Successfully retrieved KYC status
The response is of type object.
object