Skip to main content

Retrieves a profile by id

GET 

/profiles/:profileId

Retrieves a profile by id

Request

Path Parameters

    profileId stringrequired

    Id of the specified profile

Responses

OK

Schema

    id string

    The id of the profile

    reference string

    The reference of the profile

    name string

    The name of the profile

    imageUri uri

    The image uri of the profile

    kind string

    Possible values: [person, product, event, place]

    The kind of the profile

    category_id string

    The id of the category of the profile

    created_at date-time

    The date and time when the profile was created

    updated_at date-time

    The date and time when the profile was updated

    deleted_at date-time

    The date and time when the profile was deleted

Loading...