License
Creating a new license.
POST
https://api.marra.software/license
Creates a new license.
Headers
Authorization*
String
Request Body
name*
string
The name of the pet
product_id*
string
The id
of the product for which the project is to be created
customer_id*
string
The species of the pet
Getting a single license
GET
https://api.marra.software/license/{licenseID}
Gets a single license.
Headers
Authorization*
String
Getting all user licenses
GET
https://api.marra.software/license/{licenseID}
Gets multiple user licenses.
Headers
Authorization*
String
Updating a license.
PATCH
https://api.marra.software/license
Updates a specified license.
Headers
Authorization*
String
Request Body
name*
string
The name of the pet
product_id*
string
The id
of the product for which the project is to be created
customer_id*
string
The species of the pet
Deleting a license.
DELETE
https://api.marra.software/license/{licenseID}
Deletes a specific license.
Headers
Authorization*
String
Last updated