Verification
Find A Verification By Service Account ID
Authorization
bearerAuth AuthorizationBearer <token>
A guild API key (gt_…).
In: header
Path Parameters
guild*string
service*string
serviceId*string
Response Body
application/json
curl -X GET "https://example.com/v1/guilds/string/verifications/find/string/string"{ "verified": true, "service": "string", "discordId": "string", "serviceId": "string", "method": "string", "verifiedAt": "string"}How is this guide?