Skip to main content
GET
List Profiles

Authentication

This endpoint requires authentication using a JWT token in the Authorization header.

Response

Profile[]
required
Array of profile objects
string
required
Unique identifier for the profile
string
required
ID of the user who owns this profile
string
required
Name of the profile or business entity
string
required
RFC (Registro Federal de Contribuyentes) - Mexican tax identification number
enum
required
Type of taxpayer entity. Can be FISICA (individual) or MORAL (corporation)
string[]
required
Array of tax regime codes applicable to this profile
object
required
Configuration object for validation rules enabled for this profile
string
required
ISO 8601 timestamp of when the profile was created
string
required
ISO 8601 timestamp of when the profile was last updated
boolean
Whether the profile is frozen (inactive due to plan limits or other reasons)
enum
Reason why the profile is frozen. Can be plan_limit, user_suspension, payment_issue, or null
string | null
ISO 8601 timestamp of when the profile was frozen, or null if not frozen
number
required
Total number of profiles returned

Example Request

Example Response

Error Responses

401 Unauthorized

500 Internal Server Error