Verification

Find A Verification By Service Account ID (Global)

GET
/v1/verifications/find/{service}/{serviceId}

Authorization

bearerAuth
AuthorizationBearer <token>

A guild API key (gt_…).

In: header

Path Parameters

service*string
serviceId*string

Response Body

application/json

curl -X GET "https://example.com/v1/verifications/find/string/string"
{  "verified": true,  "service": "string",  "discordId": "string",  "serviceId": "string",  "method": "string",  "verifiedAt": "string"}

How is this guide?