Get an application
GET/api/v1/applications/:applicationId
Returns immediately. Reads one certification application owned by your API key's profile. A claimed application carries an applicantCompany block with the applicant's public identity and contact details; an application nobody has claimed yet has applicantCompany: null. Applications owned by other profiles are indistinguishable from missing ones — both return 404.
Request
Responses
- 200
- 403
- 404
The application, its status, and the applicant company when one is attached.
The application does not exist or belongs to another profile.