Skip to main content

Get trash object

GET 

/trash_objects/trash_object

Provides information on a specific trash object

Scopes

  • trash_objects:read

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Query Parameters

    trash_object[id] string

    The trash object to find.

    All 'trash_object[]' params are mutually exclusive, only one can be provided.

    trash_object[object_id] string

    The trash object to find.

    All 'trash_object[]' params are mutually exclusive, only one can be provided.

Responses

Provides information on a specific trash object

Schema

    trash_object

    object

    required

    id string
    keep_until integer
    object_id string
    object_type string
Loading...