Get incident by key
GEThttp://localhost:8080/v1/incidents/:key
Get incident by key
Request​
Responses​
- 200
- 400
- 403
- 404
- 500
Success
Invalid request
Forbidden
Requested resource not found
API application error
Authorization: http
name: bearer-keytype: httpscheme: bearerbearerFormat: JWT
- curl
- java
- nodejs
- csharp
- python
- go
- CURL
curl -L 'http://localhost:8080/v1/incidents/:key' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'