API Basics

Andrew Anderson
Andrew Anderson
  • Updated

Introduction

Here you'll find introductory information for our API, Workflows (Power Automate Connector), and Webhooks.

Use Cases

The Athennian API is generally a seperate add-on which allows your teams the ability to scale by engineering integration automation and tailored customization within and between Athennian accounts as well as most other platforms.

Popular Workflows:

  1. Workday / HR for updating principal affiliations.
  2. Expanded data centralization and reporting via Microsoft Power BI, Snowflake, etc.
  3. Entity approvals and formations via Power Automate.
  4. Expanded access management for PortCos and subsidiaries.
  5. D&O questionnaires / surveys
  6. Monthly registration renewal management including invoicing and more.

Product Webinar

Blog Post

Product Specs

Technical Documentation

API Reference

As a brief example, through our API, you could pull 100 entity names and IDs by configuring the query below in an app like Postman:

API Request:

query {
 entities(
  options: {limit:100, skip:0})
  {name, id}
}

API Response:

{ "data": {
 "entities": [
  {"name": "Entity A",
   "id": "663c47...417b"},
  {"name": "Entity B",
   "id": "663c48...6b1f4c"}
 ]
}}

Webhooks

Contact your Athennian representative to learn about pricing and more (may need to be paired with API).

Release Notes (Watch Demo)

Screenshot 2025-11-04 at 11.50.29 AM.png

Collection: Tasks

Operations: Insert, Update

Fields: Assignee, Details, Due date, Name, Priority, Status, and Tags

Screenshot 2025-11-04 at 11.49.48 AM.png

Power Automate Athennian Workflows

Contact your Athennian representative to learn about pricing, setup, management, and more (may need to be paired with API). 

Entity Formation Approval Example:

Athennian Workflows:

Screenshot 2025-11-03 at 9.53.50 AM.png

Athennian Power Automate Flows:

Screenshot 2025-11-04 at 11.48.13 AM.png