Skip to main content

Get a sound effects category by id

GET 

/v0/sound-effects/categories/:categoryId

The category details endpoint contains info on the requested sound effects category.

The purpose of this endpoint is to be able to validate that an individual object exists in the API if it was cached by the client.

Request

Path Parameters

    categoryId uuidrequired

    Category id

Responses

Category with related parent and children categories

Schema

    id uuidrequired
    name stringrequired

    images

    object

    default stringnullable
    L stringnullable
    M stringnullable
    S stringnullable
    XS stringnullable

    parent

    object

    id uuidrequired
    name stringrequired

    children

    object[]

  • Array [

  • id uuidrequired
    name stringrequired
  • ]

Loading...