Skip to main content

Retrieve GiftAid id for User

GET 

/v1/users/:id/has-gift-aid

Returns the most recent gift aid id for a given user, returns 404 not found if no gift aid exists.

Request​

Path Parameters

    id integerrequired

    Id of the user.

Responses​

Successfully retrieved GiftAid id for User

Schema

    data

    object

    id string
    Example: giftaid_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    object string
    Example: id
Loading...