Authorizations
Your Grid API key from the Grid Dashboard
Path Parameters
Smart account address (Solana public key)
Body
application/json
curl --request POST \
--url https://grid.squads.xyz/api/grid/v1/accounts/{address}/kyc \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"endorsements": [
"<string>"
],
"full_name": "<string>",
"redirect_uri": "<string>",
"type": "<string>"
}'{
"data": {
"created_at": "2023-11-07T05:31:56Z",
"customer_id": "<string>",
"email": "<string>",
"full_name": "<string>",
"id": "<string>",
"kyc_link": "<string>",
"kyc_status": "<string>",
"persona_inquiry_type": "<string>",
"rejection_reasons": "<any>",
"tos_link": "<string>",
"tos_status": "<string>",
"type": "<string>"
},
"metadata": {
"request_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
}curl --request POST \
--url https://grid.squads.xyz/api/grid/v1/accounts/{address}/kyc \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"endorsements": [
"<string>"
],
"full_name": "<string>",
"redirect_uri": "<string>",
"type": "<string>"
}'{
"data": {
"created_at": "2023-11-07T05:31:56Z",
"customer_id": "<string>",
"email": "<string>",
"full_name": "<string>",
"id": "<string>",
"kyc_link": "<string>",
"kyc_status": "<string>",
"persona_inquiry_type": "<string>",
"rejection_reasons": "<any>",
"tos_link": "<string>",
"tos_status": "<string>",
"type": "<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)
Was this page helpful?