cURL
curl --request POST \ --url https://api.checkpoint.b-digital.uk/api/v1/photos/user/{userId} \ --header 'Content-Type: multipart/form-data' \ --header 'X-API-Key: <api-key>' \ --form photo='@example-file'
{ "success": true, "data": {}, "meta": { "total": 123, "limit": 123, "offset": 123 } }
Upload or update a user’s profile photo
API key for authentication
Image file (JPEG, PNG, GIF, WebP). Max 5MB.
Photo uploaded successfully
true
Show child attributes