Skip to main content
GET
/
v1
/
phota
/
profiles
/
ids
Get Profile Ids
curl --request GET \
  --url https://api.photalabs.com/v1/phota/profiles/ids \
  --header 'X-API-Key: <api-key>'
{
  "profiles": [
    {
      "profile_id": "<string>",
      "status": "VALIDATING"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Response

Successful Response

Response containing all profiles owned by the authenticated user.

profiles
ProfileInfo · object[]
required

List of profile summaries. Empty if the user has no profiles.