{ "opencollection": "1.0.0", "info": { "name": "EVE Swagger Interface Alliance Contacts API", "version": "1.36" }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "EVE Online Get Alliance Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/alliances/:alliance_id/contacts/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "alliance_id", "value": "", "type": "path", "description": "An EVE alliance ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "page", "value": "", "type": "query", "description": "Which page of results to return" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return contacts of an alliance\n\n---\nAlternate route: `/dev/alliances/{alliance_id}/contacts/`\n\nAlternate route: `/v2/alliances/{alliance_id}/contacts/`\n\n---\nThis route is cached for up to 300 seconds" }, { "info": { "name": "EVE Online Get Alliance Contact Labels", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/alliances/:alliance_id/contacts/labels/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "alliance_id", "value": "", "type": "path", "description": "An EVE alliance ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return custom labels for an alliance's contacts\n\n---\nAlternate route: `/dev/alliances/{alliance_id}/contacts/labels/`\n\nAlternate route: `/legacy/alliances/{alliance_id}/contacts/labels/`\n\nAlternate route: `/v1/alliances/{alliance_id}/contacts/labels/`\n\n---\nThis route is cached for up to 300 seconds" }, { "info": { "name": "EVE Online Get Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/characters/:character_id/contacts/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "page", "value": "", "type": "query", "description": "Which page of results to return" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return contacts of a character\n\n---\nAlternate route: `/dev/characters/{character_id}/contacts/`\n\nAlternate route: `/v2/characters/{character_id}/contacts/`\n\n---\nThis route is cached for up to 300 seconds" }, { "info": { "name": "EVE Online Add Contacts", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/latest/characters/:character_id/contacts/", "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "label_ids", "value": "1", "type": "query", "description": "Add custom labels to the new contact" }, { "name": "standing", "value": "0", "type": "query", "description": "Standing for the contact" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" }, { "name": "watched", "value": "false", "type": "query", "description": "Whether the contact should be watched, note this is only effective on characters" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Bulk add contacts with same settings\n\n---\nAlternate route: `/dev/characters/{character_id}/contacts/`\n\nAlternate route: `/v2/characters/{character_id}/contacts/`\n" }, { "info": { "name": "EVE Online Edit Contacts", "type": "http" }, "http": { "method": "PUT", "url": "https://esi.evetech.net/latest/characters/:character_id/contacts/", "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "label_ids", "value": "1", "type": "query", "description": "Add custom labels to the contact" }, { "name": "standing", "value": "0", "type": "query", "description": "Standing for the contact" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" }, { "name": "watched", "value": "false", "type": "query", "description": "Whether the contact should be watched, note this is only effective on characters" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Bulk edit contacts with same settings\n\n---\nAlternate route: `/dev/characters/{character_id}/contacts/`\n\nAlternate route: `/v2/characters/{character_id}/contacts/`\n" }, { "info": { "name": "EVE Online Delete Contacts", "type": "http" }, "http": { "method": "DELETE", "url": "https://esi.evetech.net/latest/characters/:character_id/contacts/", "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "contact_ids", "value": "1", "type": "query", "description": "A list of contacts to delete" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Bulk delete contacts\n\n---\nAlternate route: `/dev/characters/{character_id}/contacts/`\n\nAlternate route: `/legacy/characters/{character_id}/contacts/`\n\nAlternate route: `/v1/characters/{character_id}/contacts/`\n\nAlternate route: `/v2/characters/{character_id}/contacts/`\n" }, { "info": { "name": "EVE Online Get Contact Labels", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/characters/:character_id/contacts/labels/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return custom labels for a character's contacts\n\n---\nAlternate route: `/dev/characters/{character_id}/contacts/labels/`\n\nAlternate route: `/legacy/characters/{character_id}/contacts/labels/`\n\nAlternate route: `/v1/characters/{character_id}/contacts/labels/`\n\n---\nThis route is cached for up to 300 seconds" }, { "info": { "name": "EVE Online Get Corporation Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/corporations/:corporation_id/contacts/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "corporation_id", "value": "", "type": "path", "description": "An EVE corporation ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "page", "value": "", "type": "query", "description": "Which page of results to return" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return contacts of a corporation\n\n---\nAlternate route: `/dev/corporations/{corporation_id}/contacts/`\n\nAlternate route: `/v2/corporations/{corporation_id}/contacts/`\n\n---\nThis route is cached for up to 300 seconds" }, { "info": { "name": "EVE Online Get Corporation Contact Labels", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/corporations/:corporation_id/contacts/labels/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "corporation_id", "value": "", "type": "path", "description": "An EVE corporation ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return custom labels for a corporation's contacts\n\n---\nAlternate route: `/dev/corporations/{corporation_id}/contacts/labels/`\n\nAlternate route: `/legacy/corporations/{corporation_id}/contacts/labels/`\n\nAlternate route: `/v1/corporations/{corporation_id}/contacts/labels/`\n\n---\nThis route is cached for up to 300 seconds" }, { "info": { "name": "Get alliance contact labels", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/v1/alliances/:alliance_id/contacts/labels/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "alliance_id", "value": "", "type": "path", "description": "An EVE alliance ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return custom labels for an alliance's contacts\n\n---\n\nThis route is cached for up to 300 seconds" }, { "info": { "name": "Delete contacts", "type": "http" }, "http": { "method": "DELETE", "url": "https://esi.evetech.net/latest/v1/characters/:character_id/contacts/", "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "contact_ids", "value": "", "type": "query", "description": "A list of contacts to delete" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Bulk delete contacts\n\n---\n" }, { "info": { "name": "Get contact labels", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/v1/characters/:character_id/contacts/labels/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return custom labels for a character's contacts\n\n---\n\nThis route is cached for up to 300 seconds" }, { "info": { "name": "Get corporation contact labels", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/v1/corporations/:corporation_id/contacts/labels/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "corporation_id", "value": "", "type": "path", "description": "An EVE corporation ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return custom labels for a corporation's contacts\n\n---\n\nThis route is cached for up to 300 seconds" }, { "info": { "name": "Get alliance contacts", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/v2/alliances/:alliance_id/contacts/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "alliance_id", "value": "", "type": "path", "description": "An EVE alliance ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "page", "value": "", "type": "query", "description": "Which page of results to return" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return contacts of an alliance\n\n---\n\nThis route is cached for up to 300 seconds" }, { "info": { "name": "Get contacts", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/v2/characters/:character_id/contacts/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "page", "value": "", "type": "query", "description": "Which page of results to return" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return contacts of a character\n\n---\n\nThis route is cached for up to 300 seconds" }, { "info": { "name": "Add contacts", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/latest/v2/characters/:character_id/contacts/", "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "label_ids", "value": "", "type": "query", "description": "Add custom labels to the new contact" }, { "name": "standing", "value": "", "type": "query", "description": "Standing for the contact" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" }, { "name": "watched", "value": "", "type": "query", "description": "Whether the contact should be watched, note this is only effective on characters" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Bulk add contacts with same settings\n\n---\n" }, { "info": { "name": "Edit contacts", "type": "http" }, "http": { "method": "PUT", "url": "https://esi.evetech.net/latest/v2/characters/:character_id/contacts/", "params": [ { "name": "character_id", "value": "", "type": "path", "description": "An EVE character ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "label_ids", "value": "", "type": "query", "description": "Add custom labels to the contact" }, { "name": "standing", "value": "", "type": "query", "description": "Standing for the contact" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" }, { "name": "watched", "value": "", "type": "query", "description": "Whether the contact should be watched, note this is only effective on characters" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Bulk edit contacts with same settings\n\n---\n" }, { "info": { "name": "Get corporation contacts", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/v2/corporations/:corporation_id/contacts/", "headers": [ { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "corporation_id", "value": "", "type": "path", "description": "An EVE corporation ID" }, { "name": "datasource", "value": "", "type": "query", "description": "The server name you would like data from" }, { "name": "page", "value": "", "type": "query", "description": "Which page of results to return" }, { "name": "token", "value": "", "type": "query", "description": "Access token to use if unable to set a header" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.eveonline.com/v2/oauth/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Return contacts of a corporation\n\n---\n\nThis route is cached for up to 300 seconds" } ] } ], "bundled": true }