Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 520 Bytes

File metadata and controls

29 lines (19 loc) · 520 Bytes

Get Application Status

Returns the current risking status of the given application reference.

  • URL

    /agent-registration-risking/application-status/:applicationReference

  • Method:

    GET

    • Success Responses:

      • Code: 200
        Content:
      {   
        "status": "ReadyForSubmission"
      }
  • Error Responses:

    • Code: 404 NOT_FOUND

    • Code: 401 UNAUTHORIZED

    • Code: 403 FORBIDDEN