Retrieve the subscribed application and their certifications matching the supplied App ID.
GET ~/apps/:app-id
Headers
Field | Type | Description |
---|---|---|
Authorization | String |
Bearer authentication token prefixed with |
Content-Type | String |
Request content type, must be 'application/json' |
vendor | String |
The POS vendor name retrieved from Doshii dashboard |
Parameters
Field | Type | Description |
---|---|---|
:app-id | String |
The Doshii supplied App id of the App to retrieve |
Response
Field | Type | Description |
---|---|---|
id | String |
App id in Doshii |
name | String |
The name of the Application |
types | String[] |
The channels that the Application partner is certified against |
Examples
Response
{
"id": 1,
"name": "Jimmy's test app",
"types": [
"Pay@Table",
"Order ahead",
"Loyalty",
"Reservations"
]
}
Comments
0 comments
Please sign in to leave a comment.