cURL
curl --request POST \ --url https://api.supersonic.cv/graph/full \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "limit": 123, "types": "<string>", "exclude_self": true } '
{}
API key: supersonic_live_...
Max relations to return (default 1000, max 2000)
Comma-separated relation types to filter
Exclude records matching the connected email integration
Success
The response is of type object.
object