Forward Ttn Hook
POST/integrations/the-things-network
Forward Ttn Hook
Request
Path Parameters
organizationId string
Responses
- 200
- 401
- 403
- application/json
- Schema
- Example (from schema)
- Example
Schema
forwarded booleanrequired
forwarded successfully.
{
"forwarded": true
}
{
"forwarded": true
}
The request has not permission.
- application/json
- Schema
- Example (from schema)
- Example
Schema
error stringrequired
The request has not permission.
message stringrequired
The request has not permission message.
{
"error": "string",
"message": "string"
}
{
"error": "Unauthenticated",
"message": "Authentication is required and has failed or has not yet been provided."
}
The request has not permission.
- application/json
- Schema
- Example (from schema)
- Example
Schema
error stringrequired
The request has not permission.
message stringrequired
The request has not permission message.
{
"error": "string",
"message": "string"
}
{
"error": "Forbidden",
"message": "Access to the requested resource is forbidden."
}
Loading...