Skip to main content

Get Catalogue By Id

Get Catalogue By Id

Path Parameters
    catalogue_id uuid required
Responses

Successful Response


Schema
    name Name required
    id uuid required
    created_at date-time required
    update_at Update At
GET /catalogues/:catalogue_id

Authorization

name: OAuth2PasswordBearertype: oauth2flows: {
  "password": {
    "scopes": {},
    "tokenUrl": "login"
  }
}

Request

Base URL
https://api.unionavatars.com/v2
Security Scheme
Bearer Token
catalogue_id — path required
curl -L -X GET 'https://api.unionavatars.com/v2/catalogues/:catalogue_id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'