Partnerships
CRUD endpoints for a user's partnerships
Last updated
Was this helpful?
CRUD endpoints for a user's partnerships
Last updated
Was this helpful?
GET
Headers
Content-Type
application/json
Authorization
Bearer <token>
Url
corporation
number
Corporation ID
username
string
Unique username
Response
Code
Headers
Content-Type
application/json
Authorization
Bearer <token>
Url
corporation
number
Corporation ID
username
string
Unique username
id
number
Partnership ID
Response
Code
Headers
Content-Type
application/json
Authorization
Bearer <token>
Url
corporation
number
Corporation ID
username
string
Unique username
Body
title*
string
Partnership Title
organization
string
Partnership Organization
details*
string
Partnership Detail
date
unix timestamp
PartnershipDate
url
string
Partnership Url
individual*
string
Partnership Individual
Response
Code
Headers
Content-Type
application/json
Authorization
Bearer <token>
Url
corporation
number
Corporation ID
username
string
Unique username
id
number
Partnership ID
Body
title*
string
Partnership Title
organization
string
Partnership Organization
details*
string
Partnership Detail
date
unix timestamp
PartnershipDate
url
string
Partnership Url
individual*
string
Partnership Individual
Response
Code
Headers
Content-Type
application/json
Authorization
Bearer <token>
Url
corporation
number
Corporation ID
username
string
Unique username
id
number
Partnership ID
Response
Code
GET
POST
PUT
DELETE