Get status of Application creation process by statusId

Prev Next
Get
/v2.3/applications/status/{statusId}

This endpoint should retrieve status of creating application process using statusId. Required permissions [application:read]

Security
HTTP
Type bearer
Path parameters
statusId
stringRequired
Responses
200

Application was created successfully

Expand All
object
completed
boolean

Shows whether the operation is completed

result
object
statusCode
integer

Response status code

resource
string

Endpoint to get the resource if exists

reason
Array of string

Failure reasons

string
400

Bad Request

401

Not Authorized

403

Forbidden

404

Application Not Found

500

Internal Server Error