List farm profiles
Returns all farm-managed profiles for your team, newest first. In-flight profiles are included — their phone fields (phone_id, platforms, accounts) will be null or empty until provisioning completes.
Rate limit: 100 requests per minute per team.
Authentication
X-API-Keystring
API Key authentication via header
Query parameters
cursor
Opaque pagination cursor from a previous response’s next_cursor.
limit
Maximum number of profiles to return (max 100).
Response
Successful Response
profiles
has_more
Whether more results exist beyond this page.
next_cursor
Opaque cursor for the next page. Pass back as the cursor query parameter. null when no more pages.
Errors
422
Unprocessable Entity Error
429
Too Many Requests Error