cURL
curl --request GET \ --url https://api.checkpoint.b-digital.uk/api/v1/photos/user/{userId}/history \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": {}, "meta": { "total": 123, "limit": 123, "offset": 123 } }
Retrieve the history of profile photo changes for a user
API key for authentication
Photo history retrieved successfully
true
Show child attributes