{ "opencollection": "1.0.0", "info": { "name": "Socket alerts api-tokens API", "version": "0" }, "items": [ { "info": { "name": "api-tokens", "type": "folder" }, "items": [ { "info": { "name": "List API Tokens", "type": "http" }, "http": { "method": "GET", "url": "https://api.socket.dev/v0/orgs/:org_slug/api-tokens", "params": [ { "name": "org_slug", "value": "", "type": "path", "description": "The slug of the organization" }, { "name": "sort", "value": "", "type": "query", "description": "Specify Sort order." }, { "name": "direction", "value": "", "type": "query", "description": "Specify sort direction." }, { "name": "per_page", "value": "", "type": "query", "description": "Specify the maximum number of results to return per page." }, { "name": "page", "value": "", "type": "query", "description": "The token specifying which page to return." }, { "name": "token_values", "value": "", "type": "query", "description": "Whether to include token values in response. Use \"omit\" to exclude tokens entirely." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all API Tokens.\n\nThis endpoint consumes 10 units of your quota.\n\nThis endpoint requires the following org token scopes:\n- api-tokens:list" }, { "info": { "name": "Create API Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.socket.dev/v0/orgs/:org_slug/api-tokens", "params": [ { "name": "org_slug", "value": "", "type": "path", "description": "The slug of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an API Token. The API Token created must use a subset of permissions the API token creating them.\n\nThis endpoint consumes 10 units of your quota.\n\nThis endpoint requires the following org token scopes:\n- api-tokens:create" }, { "info": { "name": "Update API Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.socket.dev/v0/orgs/:org_slug/api-tokens/update", "params": [ { "name": "org_slug", "value": "", "type": "path", "description": "The slug of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an API Token. The API Token created must use a subset of permissions the API token creating them.\n\nThis endpoint consumes 10 units of your quota.\n\nThis endpoint requires the following org token scopes:\n- api-tokens:create" }, { "info": { "name": "Rotate API Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.socket.dev/v0/orgs/:org_slug/api-tokens/rotate", "params": [ { "name": "org_slug", "value": "", "type": "path", "description": "The slug of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Rotate an API Token\n\nThis endpoint consumes 10 units of your quota.\n\nThis endpoint requires the following org token scopes:\n- api-tokens:rotate" }, { "info": { "name": "Revoke API Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.socket.dev/v0/orgs/:org_slug/api-tokens/revoke", "params": [ { "name": "org_slug", "value": "", "type": "path", "description": "The slug of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Revoke an API Token\n\nThis endpoint consumes 10 units of your quota.\n\nThis endpoint requires the following org token scopes:\n- api-tokens:revoke" }, { "info": { "name": "Get quota", "type": "http" }, "http": { "method": "GET", "url": "https://api.socket.dev/v0/quota", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get your current API quota. You can use this endpoint to prevent doing requests that might spend all your quota.\n\nThis endpoint consumes 0 units of your quota.\n\nThis endpoint requires the following org token scopes:\n- No Scopes Required, but authentication is required" }, { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.socket.dev/v0/organizations", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get information on the current organizations associated with the API token.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- No Scopes Required, but authentication is required" } ] } ], "bundled": true }