Skip to main content
GET
/
api
/
v1
/
app
/
{app_id}
cURL
curl --request GET \
  --url https://api.oneclickapply.co/api/v1/app/{app_id} \
  --header 'API-Key: <api-key>'
{
  "app_id": 123,
  "app_url": "<string>",
  "status": "<string>",
  "status_code": 123,
  "ai_response": [
    "<any>"
  ],
  "time": "<string>"
}

Headers

API-Key
string
required

User's API key

Path Parameters

app_id
integer
required

ID of application to get details

Response

Success

app_id
integer
required

The ID of the application in our records.

app_url
string
required

The URL of the job applied to.

status
string
required

The status of the application. There are three possible values: FAILED, SUCCESSFUL and IN PROGRESS.

status_code
integer
required

The status code of the application.

ai_response
any[]
required

A list of the submitted responses to the application.

time
string
required

The timestamp of the application status.