---
title: "Get list of services supported as verified accounts"
method: GET
path: "/verified-accounts/services"
tags: ["experimental"]
---

# Get list of services supported as verified accounts

`GET /verified-accounts/services`

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

## Response `200`

Supported verified account services

- object
  - `services` object[], required — List of supported verified account services.
    - `id` string, required — The identifier for the service.
    - `label` string, required — The human-readable label for the service.

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/gravatar/apis/gravatar-public-api.md) · [All operations](https://skmtc.net/gravatar/apis/gravatar-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gravatar/gravatar-public-api/revisions/afbaed3c5b19/schema)
