Skip to Content

TwentyThree™ API

API Method: /api/photo/redeem-update-token

This method performs the same action as /api/photo/update, but authenticates the request through the token retrieved from /api/photo/get-update-token. This means that you can pre-authenticate a metadata update -- and then allows the client to submit that data directly to TwentyThree's servers from a web browser.

See the documentation on browser-based uploads for more general guidance about the philopsphy around token updates.

Parameters

ParameterDescription
update_token (required)The token returned by a call to /api/photo/get-update-token

In addition to this, the method support all the same parameters as /api/photo/update.

Permission level

The minimum required permission level is:

none

Returns

See /api/photo/update for more information.