Get Access Token
Describes how to fetch token
Last updated
Describes how to fetch token
Last updated
GET /public-api/api/v1/access-token HTTP/1.1
Host: api.beta.zerp.no
Api-Key: text
Secret-Key: text
Accept: */*
{
"code": "text",
"message": "text",
"messageArgs": [
"text"
],
"data": {
"token": "text"
}
}jsonCopy code{
"token": "YOUR_ACCESS_TOKEN"
}