How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Pomo Organization API

The organization API from Pomo — 19 operation(s) for organization.

Pomo Organization API is one of 100 APIs that Pomo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Organization. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, authentication docs, and rate-limit docs.

This API exposes 22 operations across 19 paths, and defines 30 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

Requests are made against a single base URL, https://api.usepomo.ai.

22 operations 19 paths 30 schemas 2 DELETE9 GET8 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://api.usepomo.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Pomo Organization API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 22

Across 19 paths, the API surfaces 22 operations — 2 DELETE, 9 GET, 8 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

organization 22
GET
/api/v1/organization/data-download
Download Organization Data
download_organization_data_api_v1_organization_data_download_get 2 params → 200422
GET
/api/v1/organization
Get Organization
get_organization_api_v1_organization_get 3 params → 200422
GET
/api/v1/organization/billing-metadata
Get Organization Billing Metadata
get_organization_billing_metadata_api_v1_organization_billing_metadata_get 1 param → 200422
GET
/api/v1/organization/list
List User Organizations
list_user_organizations_api_v1_organization_list_get 1 param → 200422
GET
/api/v1/organization/invites
List Organization Invites
list_organization_invites_api_v1_organization_invites_get 5 params → 200422
POST
/api/v1/organization/invites
Create Organization Invites
create_organization_invites_api_v1_organization_invites_post 2 params body → 200422
GET
/api/v1/organization/invite-domain-settings
Get Invite Domain Settings Endpoint
get_invite_domain_settings_endpoint_api_v1_organization_invite_domain_settings_get 3 params → 200422
PUT
/api/v1/organization/invite-domain-settings
Update Invite Domain Settings Endpoint
update_invite_domain_settings_endpoint_api_v1_organization_invite_domain_settings_put 2 params body → 200422
POST
/api/v1/organization/invites/link
Create Invite Link
create_invite_link_api_v1_organization_invites_link_post 2 params body → 200422
DELETE
/api/v1/organization/invites/link
Disable Invite Link
disable_invite_link_api_v1_organization_invites_link_delete 2 params → 200422
POST
/api/v1/organization/invites/{invite_id}/resend
Resend Invite
resend_invite_api_v1_organization_invites__invite_id__resend_post 3 params → 200422
POST
/api/v1/organization/invites/{invite_id}/revoke
Revoke Invite
revoke_invite_api_v1_organization_invites__invite_id__revoke_post 3 params → 200422
POST
/api/v1/organization/generate-invite-token
Generate Invite Token
generate_invite_token_api_v1_organization_generate_invite_token_post 2 params → 200422
GET
/api/v1/organization/invite-info
Get Invite Info
get_invite_info_api_v1_organization_invite_info_get 1 param → 200422
POST
/api/v1/organization/join
Join Organization
join_organization_api_v1_organization_join_post body → 200422
GET
/api/v1/organization/members
Get Organization Members
get_organization_members_api_v1_organization_members_get 3 params → 200422
POST
/api/v1/organization/invite/email
Send Invite Email
send_invite_email_api_v1_organization_invite_email_post 2 params body → 200422
PUT
/api/v1/organization/members/{user_id}/role
Update Member Role
update_member_role_api_v1_organization_members__user_id__role_put 3 params body → 200422
DELETE
/api/v1/organization/members/{user_id}
Remove Member
remove_member_api_v1_organization_members__user_id__delete 3 params → 200422
PUT
/api/v1/organization/members/{user_id}/status
Update Member Status
update_member_status_api_v1_organization_members__user_id__status_put 3 params body → 200422
POST
/api/v1/organization/transfer-ownership
Transfer Ownership
transfer_ownership_api_v1_organization_transfer_ownership_post 2 params body → 200422
GET
/api/v1/organization/members/{user_id}/permissions
Get Member Permissions
get_member_permissions_api_v1_organization_members__user_id__permissions_get 4 params → 200422

Schemas 30

The contract defines 30 schemas that model the data the API accepts and returns. The most detailed are OrganizationInviteResponse (14 properties), OrganizationListItemResponse (11 properties), OrganizationResponse (7 properties), OrganizationMemberResponse (7 properties). Each schema is shown below with its type and property counts.

HTTPValidationError
object
1 property
GenerateInviteTokenResponse
object
Response model for invite token generation.
1 property 1 required
OrganizationInviteResponse
object
Response model for a single organization invite.
14 properties 5 required
JoinOrganizationRequest
object
Request model for joining an organization.
3 properties 1 required
UserPermissionSummary
object
Summary of a user's permissions in the organization.
6 properties 2 required
MemberStatusUpdateRequest
object
Request to update a member's status (suspend/activate).
1 property 1 required
OrganizationRoleUpdateRequest
object
Request to update a user's organization role.
1 property 1 required
OrganizationListItemResponse
object
Response model for organization list item (lightweight, no full member list).
11 properties 6 required
OrganizationInviteLinkResponse
object
Response payload for open invite link creation.
1 property 1 required
OrganizationBillingMetadataResponse
object
Recovery-safe organization billing fields required by checkout flows.
6 properties 2 required
OrganizationInviteLinkRequest
object
Request payload for creating an open invite link.
3 properties
OrganizationRoleEnum
string
Organization-level role options.
InviteDomainRestrictionRequest
object
Request payload for invite domain restrictions.
2 properties 1 required
OrganizationInviteProfileAccessRequest
object
Request payload for default company profile access on invite acceptance.
2 properties 2 required
SendOrganizationInviteEmailResponse
object
Response returned after attempting to send an invite email.
2 properties 2 required
CreateOrganizationInvitesResponse
object
Response payload for invite creation.
2 properties 1 required
OrganizationInviteFailure
object
Error details for failed invite operations.
2 properties 2 required
CreateOrganizationInvitesRequest
object
Request payload for creating email-based invites.
4 properties 1 required
OrganizationInviteActionResponse
object
Response for invite resend/revoke actions.
2 properties 2 required
ValidationError
object
3 properties 3 required
OrganizationResponse
object
Response model for organization details with all members.
7 properties 7 required
OrganizationInviteProfileAccessResponse
object
Response model for invite profile access summary.
3 properties 2 required
ProjectRoleEnum
string
Project-level role options (for company profiles).
InviteDomainRestrictionResponse
object
Response payload for invite domain restrictions.
4 properties 1 required
TransferOwnershipRequest
object
Request to transfer organization ownership.
2 properties 2 required
OrganizationMemberResponse
object
Response model for organization member information.
7 properties 6 required
JoinOrganizationResponse
object
Response model for organization join operation.
3 properties 3 required
OrganizationInviteInfoResponse
object
Response model for organization invitation preview (public endpoint).
4 properties 4 required
SendOrganizationInviteEmailRequest
object
Request payload for sending an invite email to a prospective member.
1 property 1 required
OrganizationInviteListResponse
object
Response payload for listing invites.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

pomo-organization-api-openapi.yml Raw ↑

Other APIs Pomo publishes across the network.

Pomo Ab Groups API
Pomo Agent Jobs API
Pomo Agentic Chat API
Pomo Agentic Conversations API
Pomo Agentic Tasks API
Pomo Agentic Teams API
Pomo Agentic User API
Pomo AI Campaign API
Pomo AI Personas API
Pomo AI Policy API
Pomo AI Product Lab API
Pomo AI Testing API
Where this information came from

This is an independent, third-party profile of Pomo Organization API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.