{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin Project Identities API", "version": "0.0.1" }, "items": [ { "info": { "name": "Project Identities", "type": "folder" }, "items": [ { "info": { "name": "GET /api/v1/projects/{projectId}/identity-memberships/{identityId}", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/projects/:projectId/identity-memberships/:identityId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to get the identity membership for." }, { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to get the membership for." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return project identity membership" }, { "info": { "name": "POST /api/v1/projects/{projectId}/identity-memberships/{identityId}", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/projects/:projectId/identity-memberships/:identityId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "identityId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create project identity membership" }, { "info": { "name": "PATCH /api/v1/projects/{projectId}/identity-memberships/{identityId}", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/projects/:projectId/identity-memberships/:identityId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to update the identity membership for." }, { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to update the membership for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update project identity memberships" }, { "info": { "name": "DELETE /api/v1/projects/{projectId}/identity-memberships/{identityId}", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/projects/:projectId/identity-memberships/:identityId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to delete the identity membership from." }, { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to delete the membership from." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete project identity memberships" }, { "info": { "name": "GET /api/v1/projects/{projectId}/identity-memberships", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/projects/:projectId/identity-memberships", "params": [ { "name": "offset", "value": "", "type": "query", "description": "The offset to start from. If you enter 10, it will start from the 10th identity membership." }, { "name": "limit", "value": "", "type": "query", "description": "The number of identity memberships to return." }, { "name": "orderBy", "value": "", "type": "query", "description": "The column to order identity memberships by." }, { "name": "orderDirection", "value": "", "type": "query", "description": "The direction identity memberships will be sorted in." }, { "name": "search", "value": "", "type": "query", "description": "The text string that identity membership names will be filtered by." }, { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to get identity memberships from." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return project identity memberships" }, { "info": { "name": "GET /api/v1/projects/identity-memberships/{identityMembershipId}", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/projects/identity-memberships/:identityMembershipId", "params": [ { "name": "identityMembershipId", "value": "", "type": "path" } ] } }, { "info": { "name": "createProjectIdentityMembership", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/projects/:projectId/memberships/identities/:identityId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "identityId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create project identity membership" }, { "info": { "name": "updateProjectIdentityMembership", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/projects/:projectId/memberships/identities/:identityId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to update the identity membership for." }, { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to update the membership for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update project identity memberships" }, { "info": { "name": "deleteProjectIdentityMembership", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/projects/:projectId/memberships/identities/:identityId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to delete the identity membership from." }, { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to delete the membership from." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete project identity memberships" }, { "info": { "name": "GET /api/v2/workspace/{projectId}/identity-memberships/{identityId}", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v2/workspace/:projectId/identity-memberships/:identityId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to get the identity membership for." }, { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to get the membership for." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return project identity membership" }, { "info": { "name": "POST /api/v2/workspace/{projectId}/identity-memberships/{identityId}", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v2/workspace/:projectId/identity-memberships/:identityId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "identityId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create project identity membership" }, { "info": { "name": "PATCH /api/v2/workspace/{projectId}/identity-memberships/{identityId}", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v2/workspace/:projectId/identity-memberships/:identityId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to update the identity membership for." }, { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to update the membership for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update project identity memberships" }, { "info": { "name": "DELETE /api/v2/workspace/{projectId}/identity-memberships/{identityId}", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v2/workspace/:projectId/identity-memberships/:identityId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to delete the identity membership from." }, { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to delete the membership from." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete project identity memberships" }, { "info": { "name": "GET /api/v2/workspace/{projectId}/identity-memberships", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v2/workspace/:projectId/identity-memberships", "params": [ { "name": "offset", "value": "", "type": "query", "description": "The offset to start from. If you enter 10, it will start from the 10th identity membership." }, { "name": "limit", "value": "", "type": "query", "description": "The number of identity memberships to return." }, { "name": "orderBy", "value": "", "type": "query", "description": "The column to order identity memberships by." }, { "name": "orderDirection", "value": "", "type": "query", "description": "The direction identity memberships will be sorted in." }, { "name": "search", "value": "", "type": "query", "description": "The text string that identity membership names will be filtered by." }, { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to get identity memberships from." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return project identity memberships" }, { "info": { "name": "GET /api/v2/workspace/identity-memberships/{identityMembershipId}", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v2/workspace/identity-memberships/:identityMembershipId", "params": [ { "name": "identityMembershipId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }