v1
latestOpenAPI 3.1.02026-07-24270180.3 KBCreate a gateway service
Create a new gateway service on your PowerBoard account
post/v1/gateways
Headers
x-user-secret-keystring required
Your API private/secret key. This can be found in the powerboard dashboard.
Content-Typestring required
Content type will always be application/json
Request body
Response
200
Example response
{
"status": 201,
"resource": {
"type": "gateway",
"data": {
"created_at": "2020-05-25T13:17:59.890Z",
"updated_at": "2020-05-25T13:17:59.890Z",
"type": "MPGS",
"name": "first MPGS gateway",
"_id": "5ecbc587b12c99579e47002d",
"mode": "test"
}
}
}