Skip to main content

Retrieve photo

GET 

/api/photo/by-url

Retrieve user uploaded photo by passing in the url.

Request

Query Parameters

    url stringrequired

Header Parameters

    partnerId stringrequired

    Partner Id

    clientId stringrequired

    Client Id

    clientSecret stringrequired

    Client Secret

Responses

Photo object matching url.

Schema

    userId string

    Id of the owner

    photoUrl string

    URL of the photo

    deviceIdentifier string

    Device identifier of the device on which photo was taken

    deviceManufacturer string

    Manufacturer of the device on which photo was taken

    deviceModel string

    Model of the device on which photo was taken

    deviceOS string

    OS of the device on which photo was taken

    takenOn string

    The timestamp at which the photo was taken

    latitude double

    Latitude of the location at which photo was taken

    longitude double

    Longitude of the location at which photo was taken

Loading...