v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
ApiPublic > Credential

Reads all Credentials

Reads all Credentials

get/api/2026-07-01/resources/api_public/credentials

Response

OK

Example response

{
  "data": [
    {
      "company_id": "1",
      "id": "access-1",
      "email": "test@factorial.co",
      "login_email": "test@factorial.co",
      "first_name": "Hellen",
      "last_name": "Smith",
      "employee_id": "1",
      "role": "Smith",
      "legal_name": "Company legal name",
      "locale": "Company locale",
      "logo": "Thumbnail companylogo url",
      "name": "Company name",
      "onboarded_on": "Factorial onboarding date",
      "subscription_plan": "Company subscription plan",
      "tin": "Company tax identification number",
      "to_be_deleted": "Company deletion date"
    }
  ]
}
All 677 operations