profiles
List profiles
Returns profiles sorted by creation date. Use includeOverLimit=true to include profiles that exceed the plan limit.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Query Parameters
includeOverLimit?boolean
When true, includes over-limit profiles (marked with isOverLimit: true).
Default
falseResponse Body
application/json
application/json
curl -X GET "https://getlate.dev/api/v1/profiles"{
"profiles": [
{
"_id": "64f0...",
"name": "Personal Brand",
"color": "#ffeda0",
"isDefault": true
}
]
}{
"error": "Unauthorized"
}