Gravatar · Example Payload

Getverifiedaccountservices

Returns the list of verified account services with their ID and human-readable labels.

experimental

Getverifiedaccountservices is an example object payload from Gravatar, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdpathmethodsummarydescriptiontagsparameters

Example Payload

Raw ↑
{
  "operationId": "getVerifiedAccountServices",
  "path": "/verified-accounts/services",
  "method": "GET",
  "summary": "Get list of services supported as verified accounts",
  "description": "Returns the list of verified account services with their ID and human-readable labels.",
  "tags": [
    "experimental"
  ],
  "parameters": []
}