---
title: "GET /volunteers/{UUID}"
method: GET
path: "/volunteers/{UUID}"
---

# GET /volunteers/{UUID}

`GET /volunteers/{UUID}`

Get one specific `Volunteer` object by specifying its UUID in the url path.

## Path parameters

- `UUID` string, required

## Response `200`

Successful response

- object
  - `header` HeaderSuccess
    - `id` integer — transaction nonce
    - `status` integer — https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
    - `code` string — https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
    - `resources` 'group' | 'groups' | 'event' | 'events' | 'volunteer' | 'volunteers' — The name of the requested object/model/resource. Plural if a collection.
    - `pagination` Pagination
      - `limit` integer — the nubmer of items per page
      - `page` integer — the current page
      - `total` integer — the total number of pages
    - `error` unknown
  - `body` Volunteer
    - `uuid` string — Universally unique identifier in canonical format, example: de305d54-75b4-431b-adb2-eb6b9e546014
    - `avatar` string — A resource location, example: https://greenwire.greenpeace.org
    - `locations` LocationSimple[]
      - `country` string — Country code see. https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2

## Other responses

- `400` — Not found

---

[API](https://skmtc.net/greenpeace/apis/greenwire-public-api.md) · [All operations](https://skmtc.net/greenpeace/apis/greenwire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greenpeace/greenwire-public-api/versions/5b5aabfdee57/schema)
