Api Authentication
POST/v4/auth/app-api
This endpoint authenticates an application over the Ignisign API.
The identification is related to an environment (appEnv) and an application (appId).
The secret is used to authenticate the application.
If validated, a JWT token is returned that can be used to authenticate the application using a Bearer token.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 408
- 500
OK
Bad request error
Unauthorized error
Forbidden
Not Found
Timeout
Internal Error