Links
CRUD endpoints for a user's custom links
Last updated
CRUD endpoints for a user's custom links
Last updated
Please note that in all urls & code samples you'll need to replace:username
and :corporation
with appropriate values
GET
/v2/organization/:corporation/expert/:username/link
Headers
Name | Value |
---|---|
Url
Name | Type | Description |
---|---|---|
Response
Code
GET
/v2/organization/:corporation/expert/:username/link/:id
Headers
Url
Response
Code
POST
/v2/organization/:corporation/expert/:username/link
Headers
Url
Body
Response
Code
PUT
/v2/organization/:corporation/expert/:username/link/:id
Headers
Url
Body
Response
Code
DELETE
/v2/organization/:corporation/expert/:username/link/:id
Headers
Url
Response
Code
Name | Value |
---|---|
Name | Type | Description |
---|---|---|
Name | Value |
---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Value |
---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Value |
---|---|
Name | Type | Description |
---|---|---|
Content-Type
application/json
Authorization
Bearer <token>
corporation
number
Corporation ID
username
string
Unique username
Content-Type
application/json
Authorization
Bearer <token>
corporation
number
Corporation ID
username
string
Unique username
id
number
Link ID
Content-Type
application/json
Authorization
Bearer <token>
corporation
number
Corporation ID
username
string
Unique username
name*
string
Link Name
url*
string
Link Url *must be valid url
Content-Type
application/json
Authorization
Bearer <token>
corporation
number
Corporation ID
username
string
Unique username
id
number
Link ID
name*
string
Link Name
url*
string
Link Url *must be valid url
Content-Type
application/json
Authorization
Bearer <token>
corporation
number
Corporation ID
username
string
Unique username
id
number
Link ID