cURL
curl --request GET \ --url https://api.photalabs.com/v1/phota/profiles/ids \ --header 'X-API-Key: <api-key>'
{ "profiles": [ { "profile_id": "<string>", "status": "VALIDATING" } ] }
List all profiles for the authenticated user.
Successful Response
Response containing all profiles owned by the authenticated user.
List of profile summaries. Empty if the user has no profiles.
Show child attributes