The Miscellaneous endpoints allows you to get general information about the status of the API and the PIM installation as well as the
ability to manage objects which are shared between entities in Struct PIM.
Get currently running PIM Version
get
Authorizations
Responses
200
OK
get
GET /v1/Version HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
200
OK
{
"VersionNumber": "text"
}
Get an indication if the API is alive
get
Returns "Is alive", if API is running correctly
Authorizations
Responses
200
OK
get
GET /v1/Heartbeat HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
200
OK
{
"Message": "text"
}
Get all archive reasons
get
#Available from v.3.3.0
Authorizations
Responses
200
OK
get
GET /v1/misc/archivereasons HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
Get model definitions for products, variants, categories and global lists
get
#Available from v.3.2.0
Get complete the model descriptions for products, variants and categories, usable for migration tools, Model classes scaffolding etc.
Authorizations
Responses
200
OK
get
GET /v1/misc/models HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*