# Get the status of a registration Get the status of a registration Endpoint: GET /api/v1.0/companies/registrations/{registrationId} Version: 1.0 Security: Bearer ## Path parameters: - `registrationId` (string, required) ## Response 200 fields (application/json): - `registrationId` (string) - `senderCompanyId` (string,null) - `status` (string,null) - `companyId` (string,null) - `companyDisplayName` (string,null) - `companyPostalCode` (string,null) - `companyCountry` (string,null) - `userId` (string,null) - `userEmail` (string,null) - `errorCode` (string,null) - `errorDescription` (string,null) - `companyExternalIdentifier` (string,null) ## Response 403 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null) ## Response 404 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null)